Built-In Functions + Methods

Run Settings
LanguagePython
Language Version
Run Command
# Built-In Functions + Methods greet = 'helllo' print(greet[0:len(greet)]) # String Methods quote = 'to be or not to be' print(quote.upper()) print(quote.capitalize()) print(quote.find('be')) print(quote.replace('be', 'me')) print(quote)
Editor Settings
Theme
Key bindings
Full width
Lines