Commit 26ab52ab by BellCodeEditor

auto save

parent 33c8e6a6
Showing with 7 additions and 4 deletions
a=0
b=0
while a<100:
a=a+1
b+=a
print(b)
\ No newline at end of file
"""
请使用turtle模块画出五角星
"""
import 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