Commit 4af95786 by BellCodeEditor

save project

parent badad05a
Pipeline #11481 failed in 0 seconds
Showing with 7 additions and 4 deletions
def f(n):
if n==1:
return 1
return n+f(n-1)
a = f(100)
print(a)
\ No newline at end of file
str = ‘好吃固网去和脱光衣服’
for i in range(len(str))
print(str(i))
\ 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