Commit 198b6d0a by BellCodeEditor

save project

parent 12694a1a
Showing with 9 additions and 0 deletions
import random
player = input("玩家请出拳(石头/剪刀/布):")
num=0
list=["石头","剪刀","布"]
while (not player in list) and num<5
player = print("输入错误,请重新输入(石头//)")
computer=random.choice(list)
if player in list:
if player==computer:
......
import turtle
pen=turtle.Pen()
pen.write("电话号电话号和生活费,\n但还是期待可我接哦一\n",font=("Times",30,"normal"))
pen.hideturtle()
turtle.done()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment