2017年5月2日

python基础之模块与包

摘要: 上课代码笔记 print('from the spam.py') money = 1000 def read1(): print('spam->read1->money',1000) def read2(): print('spam->read2 calling read') read1() def 阅读全文

posted @ 2017-05-02 10:54 bigdata_devops 阅读(315) 评论(0) 推荐(0) 编辑

导航