python编程快速上手之第12章实践项目参考答案(12.13.1)
摘要:
#! python3 # multiplicationTable.py import openpyxl,os from openpyxl.styles import Font, NamedStyle os.chdir('C:\\Users\\Administrator\\Python35-32') num=int(input()) wb = openpyxl.Workbook() sheet =... 阅读全文
posted @ 2017-05-11 23:44 flying-wyf 阅读(246) 评论(0) 推荐(0)
浙公网安备 33010602011771号