Skip to content

Commit

Permalink
Remove unnecessary empty strings
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Apr 2, 2022
1 parent a2645f9 commit 8b0bd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 83_Stock_Market/python/Stock_Market.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def main():
print("\n------------END OF TRADING DAY--------------\n")

print("\nHOPE YOU HAD FUN!!!!")
input("")
input()


if __name__ == "__main__":
Expand Down

0 comments on commit 8b0bd1a

Please sign in to comment.