As statedd above, I am unable to print Project Code in pycharm. I need to print the [tag:Python code] for a project. Not the results, simply the text. For example the code in the project below.
n = list(range(0, 10)) print(n)
I have printed from other applications and I am able to print. The correct printer is selected. I have included the image from pycharm.
In addition, I have searched for this on stack and I only find issues with the print() function.
If anyone knows of a setting that I need to switch, I would appreciate the help.
As a workaround, I am copying the code to Notepad ++. I am expecting a simple print-out of the code blocks