Commit 922fd367 by BellCodeEditor

auto save

parent 3c53258a
Showing with 10 additions and 17 deletions
import turtle n=input("输入一个字符串")
pen=turtle.Pen() print(n)
pen.write("你好",font=("Times",20,"normal"))
turtle.done()
\ No newline at end of file
n=input("输入一个正整数:")
list=[]
for i in range(1,int(n)+1):
list.append(i)
print(list)
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