随笔分类 -  研究生日志 (2024.4.10-)

记录全新的学习工作生活
摘要:# 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 阅读(18) 评论(0) 推荐(0)