圆月山庄资源网 Design By www.vgjia.com
关于程序相关的
- 您可以反复玩游戏,直到选择停止为止。
- 该程序跟踪获胜情况。
- 大小写无关紧要(即ROCK与Rock相同)。
- 如果您输入的内容无效,程序会一直提示您,直到您输入有效的内容。
对项目进行编码的步骤:
- 创建一个简单的单轮游戏版本,我们不执行正确的输入。
- 如果输入了无效的内容,则添加while循环可重新提示用户输入选择。
- 使用while循环让用户反复播放,并使用变量来跟踪得分。
程序代码
import random input("Welcome to Rock, Paper, Scissors! Press Enter to start.") print() user_wins = 0 computer_wins = 0 choices = ["rock", "paper", "scissors"] while True: random_index = random.randint(0,2) cpu_choice = choices[random_index] user_choice = input("Rock, Paper, or Scissors").lower() while user_choice not in choices: user_choice = input("That is not a valid choice. Please try again: ").lower() print() print("Your choice:", user_choice) print("Computer's choice:", cpu_choice) print() if user_choice == 'rock': if cpu_choice == 'rock': print("It's a tie!") elif cpu_choice == 'scissors': print("You win!") user_wins+=1 elif cpu_choice == 'paper': print("You lose!") computer_wins+=1 elif user_choice == 'paper': if cpu_choice == 'paper': print("It's a tie!") elif cpu_choice == 'rock': print("You win!") user_wins+=1 elif cpu_choice == 'scissors': print("You lose!") computer_wins+=1 elif user_choice == 'scissors': if cpu_choice == 'scissors': print("It's a tie!") elif cpu_choice == 'paper': print("You win!") user_wins+=1 elif cpu_choice == 'rock': print("You lose!") computer_wins+=1 print() print("You have "+str(user_wins)+" wins") print("The computer has "+str(computer_wins)+" wins") print() repeat = input("Play again").lower() while repeat not in ['y', 'n']: repeat = input("That is not a valid choice. Please try again: ").lower() if repeat == 'n': break print("\n----------------------------\n")
运行效果:
以上就是Python制作简单的剪刀石头布游戏的详细内容,更多关于Python 剪刀石头布游戏的资料请关注其它相关文章!
圆月山庄资源网 Design By www.vgjia.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
圆月山庄资源网 Design By www.vgjia.com
暂无评论...
更新日志
2024年11月01日
2024年11月01日
- 群星《戏梦》[FLAC/分轨][308.4MB]
- 魔兽世界永久60级什么时间开 永久60级开启时间介绍
- 魔兽世界奥卡兹岛血藻刷新点一览 wlk奥卡兹岛血藻刷新位置介绍
- 英雄联盟s14中国队种子怎么排名 s14中国队种子队伍排名一览
- 柏菲·梁玉嵘《知音梁品》限量开盘母带ORMCD[低速原抓WAV+CUE]
- [东升唱片]孙露《寂寞诱惑AQCD》高码率[FLAC]
- 群星-第8届2012十大发烧唱片精选HQ2CD[WAV+CUE]
- 九号公司两轮电动安全季行动圆满收官:为行业树立安全管理新标杆
- 创新驱动未来 中国移动5G云游戏深化智能运维应用推动行业发展
- 大型手游“帧数拉满” 骁龙8至尊版游戏表现强悍
- 谢金燕.2002-YOYO姊妹【华特】【WAV+CUE】
- 群星.1994-摇滚列车【音乐家】【WAV+CUE】
- 陈艾湄.1996-牵绊【巨翼】【WAV+CUE】
- 群星《无法抗拒的谎言 电视剧原声带》[320K/MP3][69.98MB]
- 群星《无法抗拒的谎言 电视剧原声带》[FLAC/分轨][372.04MB]