摘要: 1 #!/usr/bin/python 2 # -*- coding: utf-8 -*- 3 from random import choice 4 import time 5 6 ua = [] 7 ub = [] 8 l = [] 9 10 def main():11 fapai()12 print ua13 print ub14 run()15 16 def run():17 print '游戏开始'18 while True:19 r = uaGO()20 while r:21 ... 阅读全文
posted @ 2013-06-12 12:33 aboys 阅读(298) 评论(0) 推荐(0) 编辑