Clear PyCharm Run Window

前端 未结 8 1720
长发绾君心
长发绾君心 2020-11-29 07:10

Is there a way to clear the \"Run\" console in PyCharm? I want a code that delete/hide all the print() made previously. Like the \"clear_all\" button, but without having to

8条回答
  •  南笙
    南笙 (楼主)
    2020-11-29 07:18

    You could just do a ("\n" * 100000000), so it'll be impossible to scroll back.

提交回复
热议问题