随笔分类 -  Python

摘要:Python基础(1) Hello World 使用 print() 方法打印 HelloWorld name = "Jenkin Li" print("My name is ", name) Python 2.x 中的编码问题 因为 Python 2.x 使用的是 ASCII 编码,默认不支持中文 阅读全文
posted @ 2017-07-07 10:41 不明其理 阅读(347) 评论(0) 推荐(0)