python-constants
There are 3 repositories under python-constants topic.
reity/logical
Callable subclass of the tuple type for representing logical operators/connectives based on their truth tables.
balajimanilal/Python-s-Classic-Snake-Game
This is a classic Snake Game built using Python's Turtle module. The snake moves around the screen, eating food, and growing in size. The goal is to get the highest score by consuming as much food as possible without colliding with the walls or the snake's own tail.
reity/algebraical
Subclass of the built-in function type for representing algebraic operators (that are typically associated with algebraic structures and algebraic circuits) as immutable, hashable, sortable, and callable objects.