Commit 126eb27c by BellCodeEditor

save project

parent 74b719f9
Showing with 7 additions and 2 deletions
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
name = input("请输入名字:") name = input("请输入名字:")
print(name + "你好啊!") print(name + "你好啊!")
''' '''
'''
import turtle as a import turtle as a
a.pencolor("red") a.pencolor("red")
a.pensize(5) a.pensize(5)
...@@ -13,4 +14,8 @@ for i in range(5): ...@@ -13,4 +14,8 @@ for i in range(5):
a.right(144) a.right(144)
a.end_fill() a.end_fill()
a.hideturtle() a.hideturtle()
a.done() a.done()
\ No newline at end of file '''
a = input("请出拳:石头/剪刀/布")
print("玩家出拳:" + a)
\ 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