Commit f001f012 by BellCodeEditor

save project

parent 57a583e5
Showing with 14 additions and 7 deletions
import random import turtle
pialer=input("输入石头/剪刀/布")
print("玩家出"+pialer) turtle.goto(0,0)
list=["石头","剪刀","布"] turtle.goto(200,100)
computer=random.choice(list) turtle.goto(-200,100)
print("记算计出"+computer) turtle.goto(-200,100)
\ No newline at end of file turtle.goto(-200,100)
turtle.goto(0,0)
turtle.goto(-200,100)
turtle.goto(-200,-100)
turtle.goto(200,-100)
turtle.goto(200,100)
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