+ 1
X=input() If input="two": Print("good job") Else Print("not correct") Not the capitals The print The input is fine
10 Answers
+ 5
X=input("")
if X=="two":
print("good job")
else:
print("not correct")
this code is right .i have already tested it.
+ 1
your cod is wrong
+ 1
X=input()
if X=="two":
print("good job")
else
print("not correct")
+ 1
make sure that before you code:
print("good job")
you need to add a space before it.
+ 1
Thank you very much I have been wondering this for a long time.
0
what is your problem?
you need to tell us exactly.
0
I guess it's my iPad then sorry
0
no problem
0
It says indentation error what does this mean and how do I fix it
0
On print the first one