Commit 3df91ce1 by BellCodeEditor

save project

parent 94d7e86b
Showing with 1 additions and 1 deletions
......@@ -8,7 +8,7 @@ def sum_numbers(num):
return result
number=50
res=sum_numbers(number)
print("1到"+str(sum_numbers)+"和是:"+str(res))
print("1到"+str(number)+"和是:"+str(res))
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