Built-In Functions + Methods

Run Settings
LanguagePython
Language Version
Run Command
greet = "heelloooo" print(greet[0:9]) # bulit-in methods quote = "to be or not to be" print(quote.upper()) print(quote.capitalize()) print(quote.lower()) print(quote.find("not")) print(quote.replace("be", "not")) print(quote) quote = "to here or not to here" quote2 = quote.replace("here", "me") print(quote) print(quote2)
Editor Settings
Theme
Key bindings
Full width
Lines