Commit 53f9e6af by BellCodeEditor

save project

parent 00fc3f6c
Showing with 18 additions and 4 deletions
import random
key="hwj我压力hjkh无可厚非放开我合法化"
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
i=0 nbb=" "
while i<len(message): for i in message:
print(message[i]) str1=i
i+=1 str2=random.choice(key)
str3=random.choice(key)
i=str1+str2+str3
#print(i)
nbb=nbb+i
print(nbb)
# 请对message进行遍历,取出所有元素 # 请对message进行遍历,取出所有元素
import random
key="信息加密好酷哇!"
str=random.choice(key)
print(str)
\ 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