Doesn't work | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Doesn't work

x=int(input()) if x<5: print("I got this!") elif x>10: print("Good luck out there!") elif x==5: print("Help me Batman") elif x==6: print("Help me Batman") elif x==7: print("Help me Batman") elif x==8: print("Help me Batman") elif x==9: print("Help me Batman") elif x==10: print("Help me Batman") Why this doesn't work?

19th Jan 2020, 9:38 AM
B.D
B.D - avatar
1 Answer
+ 4
You wrote 'luck' without capital, but the task description says 'Luck'. Don't make these tasks unnecessarily hard for yourself - just copypaste the required output from the description right into your code!
19th Jan 2020, 10:46 AM
HonFu
HonFu - avatar