Yes, I\'ve read tons of examples on this but I still don\'t get it.
I\'m learning Python and I made this script in order to help me understand how to \'return\':
you need to set a variable named "random"
so your calc_pay_rise function should look like:
def calc_pay_rise(): payrise = 5 random = random_number() payrise = payrise + random print payrise