Update main.py
This commit is contained in:
5
main.py
5
main.py
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user