I am on Windows 8 and writing a Python (Python 3.6.5) program to get some data from a webpage. I am getting the result and displaying it on the screen using print() function.
When it prints it out, it shows me diamond shaped question mark instead of double quotes, I know that it is an encoding conflict.
Please advise how to resolve this problem.