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 callme The function has no parameters.
My code:
#Define the call function
def callme:
printCall me
# Call the function
callme
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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
