

InterviewSolution
Saved Bookmarks
1. |
Tuples and Dictionaries are similar but confusing. Explain. |
Answer» Tuples are represented as group of values of any data type with parenthesis and separated by commas but this data type can\'t be change by the user in further program. Where asDictionary is an another featured data type in python which is a group of unordered set of values separated by colon and as well as comma, before the colon key of the value is represented and after the colon actual view is present. | |