By Amanda Lee ‘Match-case’ is a function that was introduced in Python 3.10. Similar to if-elif-else statements, match-case statements are conditional statements used when matching certain values. However,...Read More
This is a compilation of challenge sites that SEACSTA have come across. There’s plenty here to have a look at and enjoy. Challenges for all levels Exercism Practicepython...Read More
In this tutorial I show you the beginnings of a new RPG game. This covers all of the key concepts in the Cambridge International A-level. You can see...Read More