English

Observe the following program carefully, and identify the error: def greet(): return("Good morning") greet() = message #function call - Computer Science (Python)

Advertisements
Advertisements

Question

Observe the following program carefully, and identify the error:

def greet():
         return("Good morning")
greet() = message                    #function call
Short Note

Solution

There is one error in the given program.

  1. The function 'greet()' returns the value “Good Morning” and this value is assigned to the variable "message". Therefore, it should follow the rule of assignment where the value to be assigned should be on RHS, and the variable ‘message’ should be on LHS. The correct statement in line 3 will be 'message = greet()'.
shaalaa.com
Flow of Execution
  Is there an error in this question or solution?
Chapter 7: Functions - Exercise [Page 170]

APPEARS IN

NCERT Computer Science [English] Class 11
Chapter 7 Functions
Exercise | Q 1. e) | Page 170
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×