python Copy x = input("Enter The character that you want to check for int:") if(x >= '0' and x <= '9'): print("It is a Number") else: ...
確定! 回上一頁