Count Election Votes in PythonQuick View
mattlittlemattlittle

Count Election Votes in Python

(0)
A step-by-step guide for students to make their own counting system for the election votes. A full code listing is provided with some commentary about how the code works. A little prior knowledge of Python would be useful, such as how to write and run a program. The activity covers input, output, concatenation, lists, and indefinite iteration.
Euro 2024 Sweepstake Generator in PythonQuick View
mattlittlemattlittle

Euro 2024 Sweepstake Generator in Python

(0)
A step-by-step guide for students to make their own sweepstake for the Euro 2024 tournament. A full code listing is provided with some commentary about how the code works. A little prior knowledge of Python would be useful, such as how to write and run a program. The activity covers output, concatenation, lists, definite iteration and text files.
Python Turtle FlagsQuick View
mattlittlemattlittle

Python Turtle Flags

(0)
A worksheet that contains the code to use Python Turtle to draw a St George Cross and flag of India. Students could copy the code and adapt to make it more efficient or draw other flags.