摘要:
# Exceptions # try: # num = int(input("input a number: ")) # except ValueError as ex: # print(ex) # else: # print("continue") # note: the type of ex i 阅读全文
posted @ 2024-04-14 18:13
Meetalone
阅读(8)
评论(0)
推荐(0)