Question: The code below contains an error. What is the error in this code? def num(): return 'Hello' num() The name of the variable contains illegal

The code below contains an error. What is the error in this code? def num(): return 'Hello' num() The name of the variable contains illegal symbols Indentation A wrong function is used The program should return a number instead of a string
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
