jonnyhyman/Chaos

syntax error?

moloff opened this issue · 3 comments

I get this when I type python logistic_interactive.py into Terminal on Mac

File "logistic_interactive.py", line 73
}}"""
^
SyntaxError: invalid syntax

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!

3.8 :(

@moloff you should try running python3 logistic_interactive.py into Terminal on Mac instead.