InterviewSolution
Saved Bookmarks
| 1. |
Name the built-in types provided by Python? |
|
Answer» There are TWO CATEGORIES of ‘TYPES’ present in PYTHON, which is mutable and immutable. Mutable built-in types
|
|