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

Gotham Chalenge : Need Help

#Current Code Criminals = int(input('')) if Criminals <5 : print('I got this!') elif Criminals <=5 : print('Help Me Batman') elif Criminals > 10: print('Good Luck out there!') # I need help if the user inputs 5 - 10 Criminals to print Help me batman How do i do that ?

7th Feb 2020, 12:51 AM
Tino
Tino - avatar
3 Answers
+ 4
Look at the comparison operator once again. Very closely.
7th Feb 2020, 1:12 AM
HonFu
HonFu - avatar
+ 1
Ok i see lol ๐Ÿ˜…๐Ÿ˜‚๐Ÿ‘
7th Feb 2020, 1:28 AM
Tino
Tino - avatar
+ 1
๐Ÿ˜‰๐Ÿ‘
7th Feb 2020, 1:29 AM
HonFu
HonFu - avatar