
PYTHON
搞不懂的代码
不拉不拉不拉
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
codecademy python lesson1
变量与数据类型 1.1 Welcome Python is an easy to learn programming language. You can use it to create web apps, games, even a search engine! print "Welcome to Python!" 1.2 Variable Creating web app翻译 2017-06-09 15:23:39 · 352 阅读 · 0 评论 -
codecademy python lesson2
字符串 2.1 Strings A string can contain letters, numbers, and symbols. # Set the variable brian on line 3! brian = “hello life!” 2.2 Escaping Characters 'There's a snake in my boot!'This code翻译 2017-06-09 16:13:48 · 267 阅读 · 0 评论