Lesson 23: Returning Results From Functions With Return (Teach This Topic)
This guide supports teaching how Python functions send results back to the code that called them. Open Full Article...
Home schooling resources for children and parents.
This guide supports teaching how Python functions send results back to the code that called them. Open Full Article...
What happens when a calculator receives two numbers but needs to send the answer back for another part of a programme to use? Open Full Article...
This guide explains how familiar Python features combine to form a complete number guessing game. Open Full Article...
This guide helps you examine how familiar Python features combine into a small number guessing game. Open Full Article...
How can a computer appear to “think” of a secret number and respond intelligently to every guess? Open Full Article...
This guide explains how Python uses organised, reusable code. It covers modules, libraries, packages, importing, namespaces and aliases. Open Full Article...
This guide supports teaching how Python uses organised, reusable code through modules, packages and libraries. Open Full Article...
Does every Python programmer really need to write every useful calculation from the beginning? Open Full Article...
This self-contained guide helps you teach how Python responds to selected runtime exceptions using try, except, else and finally. Open Full Article...
This guide explains how Python can respond to selected runtime problems instead of stopping immediately. Open Full Article...