This repository contains python activities for students. Each activity includes instructions in a markdown file, as well as a python file containing solution code.
To create a new activity, create a new folder with the name of the activity and copy the activity format markdown into the folder and create a new python file with the activity name:
- rock-paper-scissors
- rps.md: markdown description of activity
- rps.py: python file for solution code