Commit 51fb1334 by BellCodeEditor

save project

parent d9f4a68f
Showing with 5 additions and 9 deletions
......@@ -7,5 +7,7 @@ for i in message:
str2 = random.choice(key)
str3 = random.choice(key)
text = str1+str2+str3
final_text=final_text+text
print(final_text)
\ No newline at end of file
final_text=final_text+text
list(final_text)
data="sdkjuihjtmc".join(final_text)
print(data)
\ No newline at end of file
import random
key = " 信息加密好酷呀!"
for i in range(7):
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