Skip to content

Added test file for is_number #2146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added visual representation of board
  • Loading branch information
Praveensv11 committed Mar 16, 2024
commit 3c463fc8dce300c818bfb54d438ab3c3ca3d1b68
1 change: 0 additions & 1 deletion BoardGame-CLI/snakeLadder/snakeLadder.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import random
import pandas as pd
from IPython.display import display

# Taking players data
players = {} # stores players name their locations
Expand Down
Loading