SOLVED - Can't see print output in console

已回答
I am working on two projects using PyCharm.  On one project, I can see the output of my print statement in the console.  In the other, I can't.  I have looked all over the settings and can't find the difference between the two projects.  Please help me be able to see the output of my print statements in the console.

I solved this problem.  I found the python code I was editing redirected the logs to a hidden file.  Commenting out the lines that did this allows me to see the output of my print statements.  If I could, I would delete this thread.
0
Avatar
Permanently deleted user

can you help me about this problem?

0

@Sahna 01
Please share a screenshot showing your code and the console output (where you expect to see the print statement output).

0

请先登录再写评论。