muhammad_nasif

TASK_01

Apr 12th, 2021
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. a_tuple = ("The Institute", ("Best Mystery & Thriller", "The Silent Patient", 66821), 75717, [1, 2, 3, 400, 5, 6, 7],
  2.            ("Best Fiction", "The Testaments", 98291))
  3.  
  4. print(a_tuple[3][3])
Advertisement
Add Comment
Please, Sign In to add comment