+ 1
Which first should be determine during coding batman & Gothum city
I have use the if else statement during this code but i have not even success the first case so guide me guy
5 ответов
+ 2
I used Payton
+ 1
One can assist you if you show your attempt.
Can you show your attempt?
Tag the language also..
Else you can find many solution for same problem from using search bar..
+ 1
criminals = int(input())
if (criminals < 5):
print("'I got this!'")
elif(criminals >= 5 and criminals <=10):
print("'Help me Batman'")
else:
print("'Good Luck out there!'")
+ 1
You just putting extra '' around output...
put either ' or " only.. and extra spaces, then check again..