syntax error?
moloff opened this issue · 3 comments
moloff commented
I get this when I type python logistic_interactive.py into Terminal on Mac
File "logistic_interactive.py", line 73
}}"""
^
SyntaxError: invalid syntax
jonnyhyman commented
What version python are you running?
That syntax error seems to be from an f-string / format-string which were only implemented in Python 3.6.
Please mark as closed if this solves your problem!
moloff commented
3.8 :(