Methods and Functions

Run Settings
LanguagePython
Language Version
Run Command
# Methods and Functions # Python built in functions: Print, List, Max, Min, input...more # We also learned about custom fuctions we can create like...def some_function(): # Then we call the fuction # some_function() # Then we learned about methods ...'hello'.capitalize()... whatever is to the left of the dot owns the method...methods are built-in objects that have methods # such as strings, dictionaries, sets, tuples # Both Methods and Functions allow us to take actions on our data types...to have our programs do something
Editor Settings
Theme
Key bindings
Full width
Lines