1harshit234 / basic-program

0 stars 0 forks source link

modify tuple #10

Open 1harshit234 opened 4 months ago

1harshit234 commented 4 months ago

t = (10,20,30) t[2]=40 print(t)