0
Gotham City, python for beginners
The code is working and gives 3 right text cases but their is two test are wrong. I hope you have a look at the code num= int(input()) if num<5: print("I got this!") elif (num>=5 and num<=10): print("Help me Batman") elif (num>10): print("Good luck out there!")
2 odpowiedzi
+ 5
Hamza Ahmed you are missing capital L in "luck"
0
Abhay thank you