Commit 936e3abb by BellCodeEditor

save project

parent 14808630
Showing with 3 additions and 27 deletions
import random
# 私钥
key = "abcdeafgb傻姑很类似于活该u以后嘎哈韩国可咋开两个号克拉公馆克拉夫后来还是离开"
# 要加密语句
message = input("What do you want to say?")
# 请使用私钥key,对message进行加密
KRY = ""
while True:
for i in message:
s1=i
s2=random.choice(key)
s3=random.choice(key)
SB=s1+s2+s3
KRY=KRY+SB
x=list(KRY)
z=random.randint(0,len(KRY))
x.insert(z,"你看发到这里的;就")
x.insert(z,"什么v爸妈觉得不是v;")
x.insert(z,"X,那那段时光吧,看见发红包;")
x.insert(z,"好,付款就是吃饭了;")
x.insert(z,";镂空发光的;顺龙控股; ")
x.insert(z,"X,他;好看; ;")
y="".join(x)
print(y)
dict_hero={'一':10,'三':12}
print(dict_hero)
\ 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