How do we define a method?
Right you are! def is the keyword we use to define methods and we have to use it to create a new one.
def
Oh noes! def is the keyword we use to define methods and we have to use it to create a new one.