You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run foe_snipe.py I get:
File "C:\snipe\foe_snipe.py", line 107
print "ARC bonus: ", item["value"],"%"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("ARC bonus: ", item["value"],"%")?
The text was updated successfully, but these errors were encountered:
When I try to run foe_snipe.py I get:
File "C:\snipe\foe_snipe.py", line 107
print "ARC bonus: ", item["value"],"%"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("ARC bonus: ", item["value"],"%")?
The text was updated successfully, but these errors were encountered: