1 thought on “study the following expression:str[(1,1).(2,2).(3,3)]what type of data is in this expression”
Answer:
Python MCQ Part 2 (Multiple Choice Questions) – Javatpoint
What type of data is in this expression? Explanation: The variable str has a list of tuples attached to it. Hence it is a list of tuples. So, option (c) is the correct answer.
Answer:
Python MCQ Part 2 (Multiple Choice Questions) – Javatpoint
What type of data is in this expression? Explanation: The variable str has a list of tuples attached to it. Hence it is a list of tuples. So, option (c) is the correct answer.