Home  >  Article  >  Backend Development  >  What are the standard data types of Python?

What are the standard data types of Python?

藏色散人
藏色散人Original
2019-07-06 10:35:257288browse

What are the standard data types of Python?

#What are the standard data types in Python?

Python standard data types are:

Number (number)

String (string)

List ( List)

Tuple (Tuple)

Set (Set)

Dictionary (Dictionary)

Among the six standard data types of Python3 :

Immutable data (3 items): Number (number), String (string), Tuple (tuple);

Variable data (3 items): List (List), Dictionary (Dictionary), Set (Collection).

Related recommendations: "Python Tutorial"

The above is the detailed content of What are the standard data types of Python?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn