Commit fa62d834 by BellCodeEditor

auto save

parent 623fb1a6
Showing with 12 additions and 3 deletions
import math
a=1
b=1
n=1
if math.fabs((b*b)/(a*a)-2) < 0.01:
b=b+(2*a)
a=b-a
n=n+1
print(n)
"""
请使用turtle模块画出五角星
"""
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