mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-23 07:29:02 -08:00
Fixed formatting of tabs into spaces
This commit is contained in:
@@ -56,8 +56,8 @@ def play_game():
|
||||
|
||||
def main():
|
||||
# if input("Do you want instrunctions?\n").lower().startswith("y"):
|
||||
print("\t" * 33 + "H-I-Q")
|
||||
print("\t" * 15 + "CREATIVE COMPUTING MORRISTOWN, NEW JERSEY")
|
||||
print(" " * 33 + "H-I-Q")
|
||||
print(" " * 15 + "CREATIVE COMPUTING MORRISTOWN, NEW JERSEY")
|
||||
print_instructions()
|
||||
play_game()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user