资源简介
please guess: 1,2,3 . 0:exit
1
comput:2 you:1 Result:you lost
2
comput:2 you:2 Result:drow
3
comput:3 you:3 Result:drow
0
youWin=0 cptWin:1
work end.
代码片段和文件信息
# -*- coding:utf-8 -*-
import random
cptWin = 0
youWin = 0
def resultOut(youcomput):
global youWin
global cptWin
if you == comput:
print(“comput:%i you:%i Result:drow“ % (computyou))
elif (you == 1 and comput == 3):
print(“comput:%i you:%i Result:you win“ % (computyou))
youWin+=1
elif (you == 3 and comput == 1):
print(“comput:%i you:%i Result:you lost“ % (computyou))
cptWin+=1
elif you > comput:
print(“comput:%i you:%i Result:you win“ % (computyou))
youWin+=1
else:
print(“comput:%i you:%i Result:you lost“ % (computyou))
cptWin+=1
#3:石头;2:剪刀;1:布。
def main():
global fo
- 上一篇:python动态 画花朵(turtle)
- 下一篇:turtle库的简单(画五角星)
相关资源
- python弹球小游戏源码(基于pygame)
- python调用键盘控制游戏事件
- 利用python函数迭代实现hangman猜词游戏
- python实现贪吃蛇小游戏(面向对象)
- python一个打砖块的小游戏
- 贪吃蛇游戏
- 通过GUI页面实现猜数游戏
- 唐僧大战白骨精(源码)
- python推箱子 游戏素材
- Python开发的24点游戏
- python 贪吃蛇 游戏
- python 贪吃蛇 小游戏源码
- 五子棋游戏源码(python实现)
- Pygame游戏源代码:中国象棋
- python制作象棋程序源码(pygame)
- python双人五子棋 游戏原码
- python撞击球游戏
- python 贪吃蛇小游戏源码
- python 猜成语游戏
- Python贪吃蛇游戏
- python pygame flappybird 卷轴类小游戏
- Python基础,循环应用小游戏
- python外星人入侵 游戏源码
- python开发的飞机大战 游戏源码
- python贪吃蛇游戏源码
- python 2048小游戏源码
- python 拼图 小游戏
- python 飞翔的小鸟 小游戏(flappybird)
- python 飞机大战 游戏源码
- python 五子棋 游戏源码
评论
共有 条评论