Commit 8e204e61 by BellCodeEditor

auto save

parent 59d626f2
Showing with 7 additions and 6 deletions
#生成一个1-100的列表。 def a(n):
a=['20'] if n==1:
b=['wo','ni'] return 1
a=a+b
print(a) s=a(n-1)+n
\ No newline at end of file return s
print(a(100))
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