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\':
your variable "random" in def calc_pay_rise() was never assigned. Try:
def calc_pay_rise(): payrise = 5 random = random_number() payrise = payrise + random print payrise