I attempt to run a python program and the following pops up in command prompt:
\"Unable to initialize device PRN\"
I should also mention that the program runs fi
First of all install latest version of Python from it's official website (i.e. python.org/download) after that if you try to run it through command prompt instead of writing python3 just write python. After that >> it will appear then start writing your actual code. Make sure you re-run the command prompt window.