'print' keyword can't be used as identifier in Python 2

When I try to use `print` in a lambda I get the error `'print' keyword can't be used as identifier in Python 2`:

 

The code does run fine, and my project intepreter is set to `3.6`. PyCharm version `2018.2`.

 

1

Please sign in to leave a comment.