摘要:
import openpyxl # 新建excel文档 excel = openpyxl.Workbook() # 获取当前sheet sheet = excel.active print('请输入正整数:') # 检查输入字符是否为正整数 while True: try: n = int(input()) except: print('输入错误... 阅读全文
posted @ 2019-01-30 15:56
鹄望
阅读(395)
评论(0)
推荐(0)

浙公网安备 33010602011771号