+1 vote
in Python by

What are the different data types in Python?

1 Answer

0 votes
by

Python has several built-in data types, including numbers (integer, float, complex), strings, lists, tuples, sets, and dictionaries.

Related questions

0 votes
asked Sep 9, 2022 in Python by john ganales
0 votes
asked May 16, 2020 in Python by Robindeniel
...