Commit edd162a7 by BellCodeEditor

save project

parent a0597a14
Pipeline #5797 failed in 0 seconds
Showing with 5 additions and 11 deletions
import random
message=input('信息')
key=input('加密')
for i in message:
str=i
str1=random.choice(message)
str2=random.choice(message)
s=str+str1+str2
key=key+s
print(key)
\ No newline at end of file
k='不喜欢的技术文件'
s=list(k)
s="@#$@#@^##$^#^&487".join(s)
print(s)
\ 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