mirror of
https://git.astronand.dev/minecartchris/Stock-Game.git
synced 2026-06-28 13:37:25 -04:00
Update main.py
This commit is contained in:
3
main.py
3
main.py
@@ -144,6 +144,8 @@ while daysleft > -1:
|
||||
print("End game stats")
|
||||
print("You started with 1000")
|
||||
print("ending the game you have $" + str(balance))
|
||||
print("total net worth is $" + str(balance + (kwiktrip * kwiktripStockPrice) + (apple * appleStockPrice) + (microsoft * microsoftStockPrice) + (walmart * walmartStockPrice) + (car * carStockPrice)))
|
||||
print("you made " + str((balance - 1000)) + " dollars")
|
||||
print("your stocks left over are")
|
||||
print("kwik trip you have: " + str(kwiktrip))
|
||||
print("apple you have: " + str(apple))
|
||||
@@ -154,4 +156,3 @@ print("last you have " + str(car) + " in car company.")
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user