Commit e792938c by BellCodeEditor

save project

parent 6eef4cc2
Showing with 11 additions and 9 deletions
choice=input("请输入您的选择:")
if choice =="是":
print("加油训练,期待您获得2025年冠军。")
else:
print("我不接受。")
\ No newline at end of file
import turtle
pen = turtle.pen()
color=input
pen.degin_fill()
for i in range(5):
pen.forwad(200)
pen.right(144)
pen.end_fill()
turte.done()
\ No newline at end of file
neme=input("输入名字")
print(neme+"你好啊")
\ 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