Python3 Syntax In PyCharm
I would like to use python3 syntax in PyCharm 2016.2 and have configured the interpreter to use python3.5. The code runs fine when I execute it but PyCharm complains about python3
Solution 1:
Settings -> Editor -> Inspections -> Python -> Code compatibility inspection
Either disable it entirely or unselect Python 2.X
Post a Comment for "Python3 Syntax In PyCharm"