Python Developer Question:
Download Job Interview Questions and Answers PDF
Tell me 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
☛ List
☛ Sets
☛ Dictionaries
Immutable built-in types
☛ Strings
☛ Tuples
☛ Numbers
Download Python Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell me what is PEP 8? | Please explain in Python what is slicing? |