Untitled

Run Settings
LanguagePython
Language Version
Run Command
#!/usr/bin/python3 tup1 = ('Google', 'W3xue', 1997, 2000) tup2 = (1, 2, 3, 4, 5, 6, 7 ) print ("tup1[0]: ", tup1[0]) print ("tup2[1:5]: ", tup2[1:5])
Editor Settings
Theme
Key bindings
Full width
Lines