Commit 7208d67e by BellCodeEditor

save project

parent 374213e9
Showing with 8 additions and 2 deletions
......@@ -13,4 +13,10 @@ for i in message:
str3=random.choice(key)
text=str1+str2+str3
key_text=key_text+text
print(key_text)
\ No newline at end of file
a=list(key_text)
z="asdfg"
a.insert(6,z)
q="".join(a)
print(q)
\ 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