What data types are not supported by python?

藏色散人
Release: 2019-07-06 11:37:15
Original
31142 people have browsed it

What data types are not supported by python?

#What are the data types that python does not support?

The data types that python does not support are char and byte types. Python does not have char or byte types to hold single characters or 8-bit integers. You can use strings of length 1 to represent characters or 8-bit integers.

Python’s data types include:

Number (int), floating point (float), string (str), list (list), tuple (tuple), dictionary (dict) , collection (set),

Related recommendations: "Python Tutorial"

The above is the detailed content of What data types are not supported by 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