Login
Remember
Register
Ask a Question
What Are The Built-In Types Available In Python?
0
votes
asked
Dec 22, 2019
in
Python
by
rajeshsharma
What Are The Built-In Types Available In Python?
#python-built-in-types
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 22, 2019
by
sharadyadav1986
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
...