Why am I getting this error (see linting) saying 'End of statement expected' in pycharm?
Try print with parenthesis in Python3 i.e. print(x) instead of print x
print(x)
print x