Woohoo! The triple method takes an integer, multiplies it by 3 and returns the result. We call it, store its return value in my_number and display it.
triple
3
my_number
Didn't we want to get a value from triple to assign to my_number?