📜  使用 python 代码示例调整 cmd 大小

📅  最后修改于: 2022-03-11 14:45:57.704000             🧑  作者: Mango

代码示例1
# Automatically Resize Command Line Window using python
import os
os.system('mode con: cols=100 lines=40')
input("Press any key to continue...")


#for Python 3