How do I make sure an input() is a number? import time x = input("Hey") x = int(x) y = x%3 print(y) time.sleep(0.25) if y !
確定! 回上一頁