Which line is incorrect in this python code?
1.
print("What is your name?")
2.
name = input()
3.
print("Your name is : " + (name))
Which is the correct line to make this work?
if q1 = 75:
print(
"Well done"
)
else
:
4.
"Wrong"
What is output?
print(-10 + 4)
What is the last line to be printed from the code below?
Which Line is correct?
print('HaHa, I have just printed something')
print(HaHa, I have just printed something)
print("HaHa, I have just printed something)
print(HaHa, I have just printed something")