🌈 搜索
📅  最后修改于: 2022-03-11 14:46:20.375000             🧑  作者: Mango
while True : try: int(input()) except : print("Not an integer") else : break