Gotham City, python for beginners | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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!")

7th Sep 2021, 8:10 PM
Gehad Adel
2 Réponses
+ 5
Hamza Ahmed you are missing capital L in "luck"
7th Sep 2021, 8:14 PM
Abhay
Abhay - avatar
0
Abhay thank you
8th Sep 2021, 7:56 AM
Gehad Adel