Commit 07ab5d5e by BellCodeEditor

auto save

parent f004d7ae
Showing with 29 additions and 1 deletions
......@@ -9,7 +9,7 @@ pen.write("小明我爱你",font=("Times",18,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pensize(5)
len=screen.textinput("提示""你想要多大的爱心呀?")
len=screen.textinput("你想要多大的爱心呀?")
lovesize=int(len)
pen1.pencolor("blue")
len=190
......
screen.textinput('tishi')
# for i in range(100):
# a=a+1
# print(a)
# a="你好"
# b=0
# while b<100:
# print(a)
# b=b+1
# if b ==100:
# break
import random
ttt=input('输入你要加密的密码:')
key='whdui二个大爷肚饿厚度和!@#。,*&……%¥#'
key2=' '
for i in ttt:
str1=i
str2=random.choice(key)
str3=random.choice(key)
t=str1+str2+str3
key2=key2+t
i=len(key2)
u=random.randint(0,i)
hhh=list(key2)
hhh.insert(u,'iejdiejf')
ggg=''.join(hhh)
print(ggg)
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