मराठी

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

Advertisements
Advertisements

प्रश्न

Observe the following program carefully, and identify the error:

def greet():
         return("Good morning")
greet() = message                    #function call
टीपा लिहा

उत्तर

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
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 7: Functions - Exercise [पृष्ठ १७०]

APPEARS IN

एनसीईआरटी Computer Science [English] Class 11
पाठ 7 Functions
Exercise | Q 1. e) | पृष्ठ १७०
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×