Commit 76156a5c by BellCodeEditor

auto save

parent 8a950ae8
Showing with 18 additions and 4 deletions
message = "诺依,周末一起去看动漫展吧!"
# 请对message进行遍历,取出所有元素
for i in message:
print(i)
m = input("你想加密什么:")
import random
a=""
k = "(o-ωq)).oO 困(づ ̄3 ̄)づ╭❤️~(づ ̄ 3 ̄)づ(づ ̄ 3 ̄)づ(^∀^●)ノシ(づ ̄ 3 ̄)づ"
for i in m:
s1=i
s2=random.choice(k)
s3=random.choice(k)
t = s1+s2+s3
a=a+t
A = list(a)
A.insert(random.randint(0,len(A)),'☆*: .。. o(≧▽≦)o .。.:*☆')
A.insert(random.randint(0,len(A)),'<( ̄︶ ̄)↗[GO!]')
A.insert(random.randint(0,len(A)),'○( ^皿^)っHiahiahia…')
A.insert(random.randint(0,len(A)),'~~~///(^v^)\\\~~~')
B="".join(A)
print(B)
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