Untitled
unknown
plain_text
a year ago
187 B
5
Indexable
write a Python program to print the value 20 from the given tuple: tuple1 = ("Orange", [10, 20, 30], (5, 15, 25)), and modify the first item (20) of a list inside the tuple to 220
Editor is loading...
Leave a Comment