摘要: 1.设置程序编程模板: settings >editor >file and code templates >python script 2.变量: 存下内容,之后再调用。 eg. A = "alex" B = A A = "Meng" print(A,B) # 结果为"Meng,alex",因为B 阅读全文
posted @ 2017-08-10 15:26 耿耿824 阅读(181) 评论(0) 推荐(0)