0
Gotham city in python
I got 3 and 4 case wrong. i=int(input()) if i in range(0,5): print("I got this!") if i in range(5,10): print ("Help me Batman") if i in range(11,1000): print ("Good luck out there")
1 Answer
- 3
you know maybe change the i to criminals and see if it works