0
can you use a or in an if else statement
num = input() if num == 7 or num == 8: print("good job it's either 7 or 8") else: print("guess again")
2 Antworten
+ 3
That is okay but you have to first convert input to int then you can compare them for equality with 7/8