Question: Which of the following lines include a valid function call in Python? Line 01 name = input Line 02 age = input(Enter your age: )
Which of the following lines include a valid function call in Python?
Line 01
name = input |
Line 02
age = input("Enter your age: ") |
Line 03
print(9 * 2 - 1) |
Line04
input |
Line05
x = 3 + 5 |
Line06
answer = input("what is 9 * 2 -1 ? ") |
How many arguments are being passed to the print function below?
print( )
Wouldn't it just be 0?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
