Fix typo in stock variable name for Walmart in main.py
This commit is contained in:
2
main.py
2
main.py
@@ -106,7 +106,7 @@ while daysleft > -1:
|
|||||||
if microsoft >= amountinput:
|
if microsoft >= amountinput:
|
||||||
microsoft = microsoft - amountinput
|
microsoft = microsoft - amountinput
|
||||||
elif stockinput == 4:
|
elif stockinput == 4:
|
||||||
if walmrt >= amountinput:
|
if walmart >= amountinput:
|
||||||
walmart = walmart - amountinput
|
walmart = walmart - amountinput
|
||||||
elif stockinput == 5:
|
elif stockinput == 5:
|
||||||
if car >= amountinput:
|
if car >= amountinput:
|
||||||
|
|||||||
Reference in New Issue
Block a user