基本信息
文件名称:Python程序设计基础及应用 课件 第3章控制结构2.ppt
文件大小:861.5 KB
总页数:25 页
更新时间:2025-07-30
总字数:约5.92千字
文档摘要
作业猜拳游戏。猜数字游戏。#-*-coding:UTF-8-*-from__future__importprint_functionimportrandomwhileTrue:player=input(请出拳:0石头,1剪刀,2布,或者按q退出)computer=random.randint(0,2)ifplayer==q:print(=*10)breakelse:player=int(player)