Commit 88a7b6de by BellCodeEditor

save project

parent 1065859c
Showing with 1 additions and 1 deletions
......@@ -10,7 +10,7 @@ def sum_numbers(num):
return num +temp
result = sum_numbers(100)
print(result)
def func(n)
def func(n):
if n<=2:
return 1
elif n>=2:
......
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