Commit c4387446 by BellCodeEditor

save project

parent dc70412a
Showing with 27 additions and 0 deletions
import turtle
def a():
t=turtle.Pen()
for i in range(4):
t.forward(100)
t.left(90)
a()
\ No newline at end of file
def aa():
bb=input("多少")
int(bb)
return bb
def dd():
ee=input("多少")
int(ee)
return ee
q=aa()
w=dd()
print(q+w)
\ No newline at end of file
def aa(bb):
cc=0
for i in range(bb+1):
cc=cc+i
return cc
print(aa(5))
\ 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