Python Developer Question:

Download Job Interview Questions and Answers PDF

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

Python Developer Interview Question
Python Developer Interview Question

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

Download Python Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what is PEP 8?Please explain in Python what is slicing?