Commit 3d7e140d by BellCodeEditor

save project

parent 9b491a58
Showing with 4 additions and 0 deletions
aa=input('你出什么')
if aa==石头 or 剪刀 or 布:
print('玩家出拳'+aa)
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
import turtle import turtle
oo=input('你要什么颜色') oo=input('你要什么颜色')
pen = turtle.Pen() pen = turtle.Pen()
pen.color(oo)
pen.fillcolor(oo) #内部填充红色 pen.fillcolor(oo) #内部填充红色
#绘制五角星# #绘制五角星#
pen.begin_fill() pen.begin_fill()
......
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