Commit 9e50fec9 by BellCodeEditor

save project

parent eb3c783c
Showing with 21 additions and 3 deletions
a1="周末一起去吃粑粑"
li_a1=list(a1)
print(li_a1)
\ No newline at end of file
for i in "dage":
print(i)
\ No newline at end of file
import random
mi=input('请输入加密信息')
yao="只因你太美"
er="只因你太美"
xin=''
for i in mi:
a1=i
a2=random.choice(yao)
a3=random.choice(yao)
a4=a1+a2+a3
xin=xin+a4
xin=list(xin)
a8=random.randint(0,len(xin))
xin.insert(a8,er)
s6='/'.join(xin)
print(s6)
\ 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