Commit 6e91aad8 by BellCodeEditor

save project

parent beb166ed
Showing with 20 additions and 0 deletions
import turtle
import random
t = turtle.Turtle
t.penup()
t.goto(-200,0)
text="你好,我的名字叫小酷"
for char in random.randint(10,30):
text_color=(random.random(),random.random(),random.random())
t.color(text_color)
t.pendown()
t.write(char,font=("Arial",font_size,"normal"))
jump_distance=random.randint(20,50)
t.penup()
t.forward(jump_distznce)
\ No newline at end of file
name =123
word = "你好"
print(type(name))
\ 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