0
I typed this exact code but it doesn't work no matter what I do. if 10 > 5: print("10 is greater than 5")
3 Antworten
+ 1
if (10> 5):
print (" ")
write like this, indent print after if statement. share your code link to make it working.
0
try to indent the print statement
0
what ?