Pycharm won't let me use print

Hi, I just installed Pycharm to learn how to program in Python, I was following a tutorial when I realized that Pycharm does not recognize "print" as a function.


I don't know if I'm writing well, I don't know much English, sorry if there are any mistakes, I'm helping myself with a translator.

0
1 comment

Hi,

There is an issue with project interpreter. The python.exe is probably python installer, not the interpreter.

You can download python from www.python.org, and then setup it as project interpreter, that should do the trick.

https://www.jetbrains.com/help/pycharm/configuring-python-interpreter.html

0

Please sign in to leave a comment.