摘要: 一、模块的导入 1)、import 1 # 测试一:money与my_module.money不冲突 2 import my_module 3 money=10 4 print(my_module.money) 5 6 ''' 7 执行结果: 8 from the my_module.py 9 10 阅读全文
posted @ 2019-12-06 21:54 四方游览 阅读(462) 评论(0) 推荐(0)