Question: Question Goal: Learn to call functions without parameters. Assignment: Write the code to call a function called call _ me . The function has no

Question
Goal: Learn to call functions without parameters.
Assignment: Write the code to call a function called call_me. The function has no parameters.
My code:
#Define the call function
def call_me():
print("Call me!")
# Call the function
call_me()
Feedback Error:
Expected boolean to be True, instead got False
What am I doing wrong?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!