Skip to content

Instantly share code, notes, and snippets.

@dlamblin
dlamblin / _ Sophie's Python practice _.md
Last active February 13, 2024 23:08
Sophie's Python practice games

Sophie's Python practice games

In order to practice Python, Sophie worked on some Python that implements a game.

Deck shuffle

The first practice was to figure out how to take an ordered list of cards and shuffle that list like a deck of cards. After quickly figuring out a way to shuffle cards and then display the mixed up deck, she worked on making a guessing game out of it.