IS THIS PROGRAM IS RIGHT?

前端 未结 0 1027
無奈伤痛
無奈伤痛 2020-12-06 14:32

i=int(input("enter a number"))

try : z=(i%10==0) print(z) print("this is a multiple of 10") except : print("this is not a multiple of 10"

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