Commit 8005af13 by BellCodeEditor

save project

parent 1e059f47
Showing with 5 additions and 4 deletions
import random
key = "发的是否堵塞是范德萨发的是大幅度大师的飒飒的撒阿萨发广告"
message = "诺依,周末一起去看动漫展吧!"
pee=input("请输入你要加密的内容")
final_text = "t"
for i in message:
str1 = i
......@@ -8,8 +9,8 @@ for i in message:
str3 = random.choice(key)
text = str1+str2+str3
final_text=final_text+text
list(final_text)
final_li_text=list(final_text)
index=random.randint(0,len(final_text))
key2="fdsdfddsf"
final_text.insert(index,key2)
print(final_text)
\ No newline at end of file
final_li_text.insert(index,key2)
print(final_li_text)
\ 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