python2.7官方文档阅读笔记

官方地址:https://docs.python.org/2.7/tutorial/index.html

本笔记只记录本人不熟悉的知识点

The Python Tutorial Index

1 Whetting Your Appetite

2 Using the Python Interpreter

3 An Informal Introduction to Python

3 An Informal Introduction to Python

(1)强制执行地板除//

(2)交互式模式下,_代表上一次打印的结果

(3)用r''来让反斜杠\不具有转义功能

(4)python中没有单独的字符类型,一个字符'a'其实表示长度为1的字符串

猜你喜欢

转载自www.cnblogs.com/coldyan/p/9382398.html