Skip to content

Commit

Permalink
200 lines pog
Browse files Browse the repository at this point in the history
Signed-off-by: CyberFlameGO <cyberflameu@gmail.com>
  • Loading branch information
CyberFlameGO committed Apr 13, 2021
1 parent f083492 commit a487574
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
28 changes: 13 additions & 15 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def game_board_print() -> object:
except ValueError:
print("⚠ Invalid input! Please use a round number.") # tells the user they didn't type an integer
error_catching: bool = True # changes the variable to True because the code is recycled later on

# if the inputted rows and columns are valid
if row1 in valid_rows and 1 <= column1 <= 4:
# adds the variables into one "word" (the colon after the var-name is for annotation, which was a
Expand Down

0 comments on commit a487574

Please sign in to comment.