Answers

Question and Answer:

  Home  Python Developer

⟩ Tell me what are the built-in type does python provides?

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

 145 views

More Questions for you: