Fixed formatting of tabs into spaces

This commit is contained in:
Thomas Kwashnak
2022-01-12 13:07:07 -05:00
committed by GitHub
parent 4840012fda
commit d0ab16bac2

View File

@@ -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()