How do we define a method?

def method_namefor method_namedefine method_namemethod_name

Right you are! def is the keyword we use to define methods and we have to use it to create a new one.

Oh noes! def is the keyword we use to define methods and we have to use it to create a new one.