编程语言
首页 > 编程语言> > python - introduction

python - introduction

作者:互联网

Python Keywords

Keywords are the reserved words in Python.

 

In Python, keywords are case sensitive.

There are 33 keywords in Python 3.7. This number can vary slightly over the course of time.

All the keywords except TrueFalse and None are in lowercase and they must be written as they are. The list of all the keywords is given below.

 

 

 

 

 

 

标签:Python,reserved,python,over,keywords,introduction,they,Keywords
来源: https://www.cnblogs.com/xman888/p/15368776.html