mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-24 20:10:15 -08:00
Remove unnecessary empty strings
This commit is contained in:
@@ -224,7 +224,7 @@ def main():
|
||||
print("\n------------END OF TRADING DAY--------------\n")
|
||||
|
||||
print("\nHOPE YOU HAD FUN!!!!")
|
||||
input("")
|
||||
input()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user