Hacker News new | ask | show | jobs
by Bostonian 1734 days ago
The code examples look like Python 2 rather than Python 3. Print does have not parentheses. Why was this decision made?
1 comments

They support both print syntaxes, and will deprecate Python 2 style soon.

https://github.com/seq-lang/seq/issues/223