🌈 搜索
📅  最后修改于: 2022-03-11 14:47:18.954000             🧑  作者: Mango
try: value=int(input("Type a number:")) except ValueError: print("This is not a whole number.")