Commit f001f012 by BellCodeEditor

save project

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