[Python] 语法入门
时间:2014-10-04 15:36:16
收藏:0
阅读:168
- Variables, which store values for later use
- Data types, such as numbers and booleans
- Whitespace, which separates statements
- Comments, which make your code easier to read
- Arithmetic operations, including
+
,-
,*
,/
,**
, and%
评论(0)