Loading

摘要: a = "aaa" b = "bbb" c = "ccc" final = a + b + c print final import sys print(sys.version) print("hello world ~") import os print(os.defpath) name = "" 阅读全文
posted @ 2016-03-30 16:10 androllen 阅读(528) 评论(0) 推荐(0) 编辑