Python——变量和简单数据类型

Posted Chris_166

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python——变量和简单数据类型相关的知识,希望对你有一定的参考价值。

Python(一)——变量和简单数据类型

一、变量的命名和使用


1. 关键字

from keyword import kwlist
print(kwlist)


关键字:

['False', 'None', 'True', 'and', 'as', 'assert', 'async', 'await', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for', 'from', 'global', 
'if', 'import', 'in', 'is', 'lambda', 'nonlocal', 'not', 'or', 'pass', 'raise', 'return', 'try', 'while', 'with', 'yield']

2. 内置函数

https://docs.python.org/zh-cn/3.7/library/functions.html

Ref:
[1] 《Python编程:从入门到实践》[美]Eric Matthes
[2] https://docs.python.org/zh-cn/3.7/contents.html

以上是关于Python——变量和简单数据类型的主要内容,如果未能解决你的问题,请参考以下文章

Python入门学习:1.变量和简单的数据类型

python的简单数据类型和变量

Python 学习笔记 - 变量和简单数据类型

python变量和简单数据类型

Python——变量和简单数据类型

python变量和简单的数据类型