Commit be1ade48 by BellCodeEditor

auto save

parent 623fb1a6
Showing with 10 additions and 3 deletions
"""
请使用turtle模块画出五角星 def fen(n):
""" i=3
a=1
while i<=n:
a+=1/i
i+=3
return a
print(fen(999999))
\ 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