python 有没有办法清除输出屏幕
我正在开发一个井字棋游戏,在用户进行一些输入后,输出变得非常混乱和不整齐,所以是否有任何库或其他东西可以在一段时间后用来清除输出屏幕。我知道的唯一方法仅适用于 jupyter 笔记本。我用的是pycharm。
I'm working on a tictactoe game and the output gets really messy and untidy after some inputs by the user, so is there any library or something I can use to clear the output screen after some time. The only method I know of works only for jupyter notebook. I'm using pycharm.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
cls 在 mac 或 linux 上会很清楚
这应该清除控制台
cls would be clear on mac or linux
This should clear console
我认为你可以使用操作系统库并运行clear命令
I think you can use the OS library and run clear command