Skip to content
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

Fix IndentationErrors in Adventure-game.py #124

Open
cclauss opened this issue Apr 27, 2021 · 0 comments
Open

Fix IndentationErrors in Adventure-game.py #124

cclauss opened this issue Apr 27, 2021 · 0 comments

Comments

@cclauss
Copy link
Contributor

cclauss commented Apr 27, 2021

@aritrochakraborty29 Can you please add indentation to Adventure-game.py so that our automated tests pass?

$ flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

./Adventure-game.py:12:1: E999 IndentationError: expected an indented block
print("You are in ROOM 1 now.")
^
@cclauss cclauss changed the title aritrochakraborty29 Fix IndentationErrors in Adventure-game.py Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant