Commit 26341d81 by BellCodeEditor

save project

parent c0dad7e4
Showing with 26 additions and 2 deletions
import turtle
pen = turtle.Pen()
pen.pencolor("green")
pen.fillcolor("red")
pen.begin_fill()
for i in range(20):
for o in range(4):
pen.forward(100)
pen.left(90)
pen.left(18)
pen.end_fill()
turtle.hideturtle()
turtle.done()
\ No newline at end of file
import random
key = "tujfk有反给h好尬hjf啊ghkfj"
message = "你是个人!我是个神!"
wang = " "
for i in message:
a = i
b = random.choice(key)
c = random.choice(key)
d = a + b + c
wang = wang + d
print(wang)
\ 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