study the following expression:str[(1,1).(2,2).(3,3)]what type of data is in this expression

study the following expression:str[(1,1).(2,2).(3,3)]what type of data is in this expression

About the author
Daisy

1 thought on “study the following expression:str[(1,1).(2,2).(3,3)]what type of data is in this expression”

  1. 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.

    Reply

Leave a Comment