What are the basic data types of python

藏色散人
Release: 2019-07-06 10:33:16
Original
8277 people have browsed it

What are the basic data types of python

What are the basic data types in Python?

The basic data types of python are:

● int integer

● bool Boolean

● strintg string

● list list

● tuple tuple

● dict dictionary

Variable and immutable data types

● Immutable types: int, string , tuple

● Variable types: list, dict

Related recommendations: "Python Tutorial"

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!