赞
踩
try:
import curses
from time import sleep
from curses import KEY_RIGHT, KEY_LEFT, KEY_UP, KEY_DOWN
from random import randint
print(
"Use the arrow keys to move, press the space bar to pause, and press ESC to quit"
)
sleep
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。