码迷,mamicode.com
首页 > 编程语言 > 详细

【Python系列】python关键字、符号、数据类型等分类

时间:2018-01-13 16:59:51      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:amp   pos   post   lob   from   while   ring   for   lam   

https://github.com/AndyFlower/Python/blob/master/sample/python
前言
如下部分为python关键字,操作符号,格式字符、转义字符等,以后有时间会继续补充进来的别的,再加上一些用法。
python关键字:
and
del
from
not
while
as
elif
global
or
with
assert
else
if
pass
yield
break
except
import
print
class
exec
in
raise
continue
finally
is
return
def
for
lambda
try
python数据类型:
True
False
None
strings
numbers
floats
lists
字符串转义序列:
\\
\‘
\"
\a
\b
\f
\n
\r
\t
\v
字符串格式化:
%d
%i
%o
%u
%x
%X
%e
%E
%f
%F
%g
%G
%c
%r
%s
%%
操作符号:
+
-
*
**
/
//
%
<
>
<=
>=
==
!=
<>
()
[]
{}
@
,
:
.
=
;
+=
-=
*=
/=
//=
%=
**=

【Python系列】python关键字、符号、数据类型等分类

标签:amp   pos   post   lob   from   while   ring   for   lam   

原文地址:https://www.cnblogs.com/dream-to-pku/p/8279306.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!