Commit 7bc1739d by BellCodeEditor

save project

parent 93662c7a
Showing with 6 additions and 2 deletions
......@@ -11,4 +11,9 @@ for i in message:
str2=random.choice(key)
str3=random.choice(key)
key_message=key_message+str1+str2+str3
print(key_message)
\ No newline at end of file
nm="zkhscyuzcyagcdyug"
list=list(key_message)
list.insert(5,nm)
aaa="".join(list)
print(aaa)
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