+ 1
I fixed this code yet i still get no output
i fixed this if statrment but when i run it i still get no output! plz help https://code.sololearn.com/cMkFBga31cit/?ref=app
2 Respuestas
+ 3
Good work updating, just an issue with your "else". It looks like a couple people (me too) have chimed in with answers in your code's comments :)
+ 2
print ("hello world")
x = int(input("enter your faveoret number!"))
if x >8:
print("thats bigger than 8")
elif x<8:
print("thats lowr then 8")
else:
print("thats 8")