Skip to content
View Jappeto's full-sized avatar

Highlights

  • Pro

Block or report Jappeto

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Memory-Game Memory-Game Public

    A 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

  2. Game-Simulator Game-Simulator Public

    Simulates how many games of a best of 7 series between the team's Capital and Otterbein.

    Python

  3. Black-Jack Black-Jack Public

    A 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

  4. ColumnNumbers ColumnNumbers Public

    This 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

  5. Strings-to-integers-puzzle-1 Strings-to-integers-puzzle-1 Public

    strToInt2 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

  6. String-to-integers-puzzle-2 String-to-integers-puzzle-2 Public

    strToInt3 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