Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the built-in types available in Python?
Home
Python
What are the built-in types available in Python?
0
votes
asked
May 16, 2020
in
Python
by
Robindeniel
What are the built-in types available in Python?
#python-built-in-types
#bilt-in-types-python
#python-types
Python-questions-answers
Please
log in
or
register
to answer this question.
2
Answers
0
votes
answered
May 16, 2020
by
SakshiSharma
The built-in types in Python are as follows:
Integer
Complex numbers
Floating-point numbers
Strings
Built-in functions
0
votes
answered
Jun 16, 2023
by
john ganales
Immutable built-in datatypes of Python
Numbers
Strings
Tuples
Mutable built-in datatypes of Python
List
Dictionaries
Sets
...