print "You now have enough wood to make a tent (20) would you like to make a tent or get more wood" elif (WoodCount < (20) print "You do not have enough wood to buy anything yet answer another question."
Traceback (most recent call last): File "python", line 21 print "You now have enough wood to make a tent (20) would you like to make a tent or get more wood" ^ SyntaxError: invalid syntax
print "You now have enough wood to make a tent (20) would you like to make a tent or get more wood"
elif (WoodCount < (20)
print "You do not have enough wood to buy anything yet answer another question."
Traceback (most recent call last):
File "python", line 21
print "You now have enough wood to make a tent (20) would you like to make a tent or get more wood"
^
SyntaxError: invalid syntax
https://repl.it/@KeeganMcGough/Survival
Why is it not working?
you're missing parenthesises