Skip to content

Commit

Permalink
uncomment cutscene
Browse files Browse the repository at this point in the history
  • Loading branch information
wish13yt authored Dec 8, 2024
1 parent 6f26373 commit 55aa039
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Banana Simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
def end():
raise SystemExit

# print("It's a summer night, you're drunk when one of your friends jokes about a banana business")
# time.sleep(3)
# print("You then think, 'It might work out'")
# time.sleep(2)
# print("You walk out the bar and go on your computer")
# time.sleep(2)
# print("'How to make a profit with bananas'")
# time.sleep(2)
# print("You start a business and begin your journey")
# time.sleep(2)
print("It's a summer night, you're drunk when one of your friends jokes about a banana business")
time.sleep(3)
print("You then think, 'It might work out'")
time.sleep(2)
print("You walk out the bar and go on your computer")
time.sleep(2)
print("'How to make a profit with bananas'")
time.sleep(2)
print("You start a business and begin your journey")
time.sleep(2)

cash = 50
print("Your current cash is: $" + str(cash))
Expand Down

0 comments on commit 55aa039

Please sign in to comment.