I am toying with curses and I can't get a box to draw on the screen. ... import curses screen = curses.initscr() try: screen.border(0) box1 ...
確定! 回上一頁