Popular repositories Loading
-
Memory-Game
Memory-Game PublicA memory card matching game where players flip cards to find matching pairs. If a match is incorrect, the cards flip back over. Keep matching until all pairs are found!
Python
-
Game-Simulator
Game-Simulator PublicSimulates how many games of a best of 7 series between the team's Capital and Otterbein.
Python
-
Black-Jack
Black-Jack PublicA classic Blackjack game where the goal is to reach 21 without going over. Aces can count as 11 but switch to 1 if you exceed 21.
Python
-
ColumnNumbers
ColumnNumbers PublicThis Python script extracts 3-digit numbers from the first three digits of each line in a multiline string, treating those digits as vertical columns. It then combines the digits from each row acro…
Python
-
Strings-to-integers-puzzle-1
Strings-to-integers-puzzle-1 PublicstrToInt2 is a Python function that converts a string containing a mix of digit characters and spelled-out number words (e.g., "three", "7", "zero") into a single integer. Any unrelated text is ign…
Python
-
String-to-integers-puzzle-2
String-to-integers-puzzle-2 PublicstrToInt3 is a Python function that extracts numbers from a string containing a mix of digit characters and/or spelled-out English numbers (e.g., "two", "5", "eight") and returns the combined integ…
Python
If the problem persists, check the GitHub status page or contact support.