Vas Track
Saturday, July 12, 2014
Day 98
Python at
CodeCademy
. Worked on Python tutorial 5 of 19, Functions, Functions Calling Functions! Worked on functions calling other functions.
The code used:
def one_good_turn(n):
return n + 1
def deserves_another(n):
return one_good_turn(n) + 2
There was no interaction for this code:
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment