Commit e624c859 by BellCodeEditor

auto save

parent 78a166d1
Showing with 15 additions and 0 deletions
def aa(bb):
cc=0
for i in range(bb+1):
cc=cc+i
return cc
print(aa(5))
def aa():
cc=input("数字一")
dd=input("数字啊")
if cc<dd :
print(cc)
if dd<cc:
print(dd)
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