Commit cbb9dc2b by BellCodeEditor

save project

parent 59fcb411
Showing with 17 additions and 2 deletions
'''
# 我们都爱夸夸夸
name = input("你的名字是什么?")
pring(name + ",方块老师是世界上最丑的老师,放在儿童频道,整张脸都要打马赛克。")
\ No newline at end of file
pring(name + ",方块老师是世界上最丑的老师,放在儿童频道,整张脸都要打马赛克。")
'''
import turtle
ink = input("什么色?")
pen = turtle.Pen()
pen.fillcolor(ink)
pen.begin_fill()
for i in range(1000):
pen.forward(100)
pen.right(599)
pen.end_fill()
turtle.done()
\ No newline at end of file
player = input("请出拳(石头/剪刀/布)")
print(玩家出拳:"+player")
\ 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