0 votes
in Python by
What Are The Built-In Types Available In Python?

1 Answer

0 votes
by
Here is the list of most commonly used built-in types that Python supports:

Immutable built-in datatypes of Python

Numbers

Strings

Tuples

Mutable built-in datatypes of Python

List

Dictionaries

Sets

Related questions

0 votes
asked Sep 22, 2021 in Python by sharadyadav1986
0 votes
asked May 23, 2020 in Python by sharadyadav1986
...