aman-raza / Friends_Hack

Codes with Diversity
MIT License
13 stars 89 forks source link

Fix IndentationErrors in Adventure-game.py #124

Open cclauss opened 3 years ago

cclauss commented 3 years ago

@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.")
^