Commit 30b8cdf2 by BellCodeEditor

save project

parent d223b699
Showing with 31 additions and 0 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
q = "fgj的肌肤y哪fy"
list_wang = list(wang)
list_wang.insert(2,q)
result_wang = "".join(list_wang)
print(result_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