Tuple - ten code

Run Settings
LanguagePython
Language Version
Run Command
myTuple = ('apple','banana','melon') myList = list(myTuple) myList.append('grape') myTuple = tuple(myList) print(myTuple)
Editor Settings
Theme
Key bindings
Full width
Lines