摘要: import sys import time def get_terminal_size(): """Get (width, height) of the current terminal.""" try: import fcntl, termios, struct # fcntl module o 阅读全文
posted @ 2020-06-02 20:23 公众号python学习开发 阅读(341) 评论(0) 推荐(0) 编辑