Tuple - fourteen code

Run Settings
LanguagePython
Language Version
Run Command
myTuple = ('apple','banana','melon') (one, *two_pcs) = myTuple print(two_pcs) #['banana','melon']
Editor Settings
Theme
Key bindings
Full width
Lines