Styrow.dev
Question 11 of 45
Python Topic: General medium

What are the built-in type does python provides?

Question

What are the built-in type does python provides?

Answer

There are mutable and Immutable types of Pythons built in types Mutable built-in types List Sets Dictionaries Immutable built-in types Strings Tuples Numbers