What is the output of the following Python code?
a = 'Sookshmas'
b= [1, 2, 3]
aTup = (a, b)
print(aTup[1][1:])


Posted on by