Commit 66ce25de by BellCodeEditor

save project

parent dc70412a
Showing with 13 additions and 0 deletions
def hhh():
print("hello,python")
hhh()
def hh(number):
ian = 0
for i in range(number+1):
ian += i
return ian
su = int(input("输入任意个整数"))
print("1~",str(su),"和是",str(hh(su)))
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