flying-wyf

2017年5月11日

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)

导航