Common List Patterns and Join Method

Run Settings
LanguagePython
Language Version
Run Command
print(list(range(1,10))) print(list(range(10))) scope=' ' new_line=scope.join(["I","go","fight"]) print(new_line) print("@".join(['let\'s','play','together']))
Editor Settings
Theme
Key bindings
Full width
Lines