Commit ad0e8508 by BellCodeEditor

save project

parent 0df8e9f3
Showing with 42 additions and 1 deletions
import random import turtle
screen=turtle.Screen
screen.bgcolor("light blue")
player = input("请出拳(石头/剪刀/布): ") player = input("请出拳(石头/剪刀/布): ")
lise = ["石头","剪刀","布"] lise = ["石头","剪刀","布"]
computer = randm.choice(list) computer = randm.choice(list)
......
import turtle
screen=turtle.Screen
screen.bgcolor("light blue")
pen=turtle.pen()
pen.penup()
pen.goto()
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