Tag: Learn Python Exercise 19

LPTHW - Exercise 19: Functions and Variables

LPTHW - Exercise 19 When I first read through this lesson it seemed like a breeze, and it was, until I got to the study drills. There's nothing in the script itself that's tricky, it's mostly just a refresh of the last lesson and confirms you can write out the functions correctly. But the study drills take it to a new level with the requirement to write your own function and call it 10 different ways.

Read more...