Fix typo in stock variable name for Walmart in main.py

This commit is contained in:
2025-12-09 21:16:52 -06:00
parent b0fae7f503
commit a5b7b18226

View File

@@ -106,7 +106,7 @@ while daysleft > -1:
if microsoft >= amountinput:
microsoft = microsoft - amountinput
elif stockinput == 4:
if walmrt >= amountinput:
if walmart >= amountinput:
walmart = walmart - amountinput
elif stockinput == 5:
if car >= amountinput: