Commit cd725798 by BellCodeEditor

save project

parent b911ae26
Showing with 43 additions and 3 deletions
from turtle import *
pencolor("blue")
pensize(100)
fd(0)
pencolor("black")
pensize(1)
penup()
goto(-100,100)
pendown()
for i in range(4):
fd(200)
right(90)
print(4**3+0**3+7**3)
player=input("请出拳:石头/剪刀/布")# 玩家出拳
print("玩家出拳:"+player)
\ No newline at end of file
a='刘备'
b='关羽'
c='张飞'
l=[a,b,c]
l[0]=b
l[1]=a
print(l)
4**3+0**3+7**3
pencolor("black")
pencolor("black")
left(180)
for i in range(4):
forward(100)
left(90)
fillcolor(black)
begin fill()
for i in range(4):
forward(50)
left(90)
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