Update main.py

This commit is contained in:
2025-12-09 09:20:47 -05:00
parent 9b85d79e67
commit 8ccaa5b989

View File

@@ -97,14 +97,19 @@ while daysleft > -1:
if rusure == "yes" or rusure == "y" or rusure == "Y" or rusure == "Yes":
balance = balance + amountpayout
if stockinput == 1:
if kwiktrip >= amountinput:
kwiktrip = kwiktrip - amountinput
elif stockinput == 2:
if apple >= amountinput:
apple = apple - amountinput
elif stockinput == 3:
if microsoft >= amountinput:
microsoft = microsoft - amountinput
elif stockinput == 4:
if walmrt >= amountinput:
walmart = walmart - amountinput
elif stockinput == 5:
if car >= amountinput:
car = car - amountinput
print("\033c", end="")
elif usrinput == "3":