Commit 0c142821 by BellCodeEditor

auto save

parent 20eaca91
Showing with 28 additions and 0 deletions
import turtle
s1=turtle.Screen()
s1.bgcolor("light blue")
pen=turtle.Pen()
pen.left(45)
pen.forward(50*2)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forward(50*2)
turtle.done()
\ No newline at end of file
import random
key="dhrdhrhsdfhgjtryrdsjm,ujhguft"
message="ewirew"
key_message=""
for i in range(len(message)):
a=message[i]
b=random.choice(key)
c=random.choice(key)
d=a+b+c
key_message=key_message+d
print(key_message)
message1=list(key_message)
message1.insert(random.randint(0,len(message1)),"¥%……&*$%_*^&%(%^")
message2="".join(message1)
print(message2)
\ 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