Gotham City Help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Gotham City Help

https://code.sololearn.com/ct8If2Xy8IHM/#py this is my code and I can't pass test 3 and 4 can you help me

21st Mar 2020, 10:41 PM
Mehmet Vecdi Gonul
Mehmet Vecdi Gonul - avatar
3 Answers
+ 6
enemyNumber = int(input()) if (enemyNumber > 10): print("Good Luck out there!") elif (5 <= enemyNumber <= 10): print("Help me Batman") else: print("I got this!")
21st Mar 2020, 11:00 PM
Cmurio
Cmurio - avatar
+ 5
Considerations: 1. The output of the first condition was misspelled. 2. The second condition had wrong established ranges
21st Mar 2020, 11:05 PM
Cmurio
Cmurio - avatar
0
thank you
26th Mar 2020, 10:43 AM
Mehmet Vecdi Gonul
Mehmet Vecdi Gonul - avatar