My if statement is getting a syntax error pointing to the colon

后端 未结 0 332
一整个雨季
一整个雨季 2021-01-05 09:51

so here is my code(BTW it\'s Reaaaaaaaaly simple)

number = int(input(\'Enter a number: \')
if number > 2:
  print(number, \'is greater than 2\')
elif numbe         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题