Assignment
University
University of ReginaCourse
Computer Science (UR)Pages
1
Academic year
2023
priyankavaiya07
Views
0
p {margin: 0; padding: 0;} .ft00{font-size:23px;font-family:Calibri-Light;color:#ff0000;} .ft01{font-size:16px;font-family:Calibri;color:#000000;} .ft02{font-size:23px;line-height:31px;font-family:Calibri-Light;color:#ff0000;} Q2. Access value 20 from the following tuple aTuple = ("Orange", [10, 20, 30], (5, 15, 25)) aTuple = ("Orange", [10, 20, 30], (5, 15, 25)) b=aTuple[1][1] print(b)
Access Value 20 From the Following Tuple
Please or to post comments