I just started coding with Python 3 on Pycharm and whenever I use print, there's a red underline that says "Unresolved reference 'print'"
. The code runs perfectly, but this is still very annoying to see on the screen.
I clicked File -> Invalidate Caches / Restart... -> Invalidate and Restart, but it didn't help.