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

Posted 霓裳梦竹

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python系列python关键字符号数据类型等分类相关的知识,希望对你有一定的参考价值。

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关键字符号数据类型等分类的主要内容,如果未能解决你的问题,请参考以下文章

Python基本数据类型

Python入门——变量与数据类型

Python 将列表n等分

python学习笔记2-变量数据类型数据运算

python学习笔记

python学习系列--str类型