Commit 2f92bdc4 by BellCodeEditor

auto save

parent 979aaf58
import func
data=func.new_input()
score=func.sum(data)
print(score)
\ No newline at end of file
import func
data=func.new_input()
score=func.sum(data)
print(score)
\ No newline at end of file
# print(Helle,World)
# print(4+5)
# print(""+"谢谢你")
import turtle
pen=turtle.Pen()
pen.speed(100)
pen.fillcolor("red")
pen.begin_fill()
pen.shape("turtle")
for i in range(5):
pen.forward(200)
pen.left(144)
pen.end_fill()
turtle.done()
\ No newline at end of file
name=input("我一岁了,啊吧啊吧啊吧")
print(name"+,"祝你哭了)
\ 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