These are useful for very basic animations. """ row = 5 col = 0 curses.curs_set(False) for c in range(65, 91): w.addstr(row, col, chr(c))
確定! 回上一頁