Commit 2ef55dd2 by BellCodeEditor

save project

parent c43f07a8
Showing with 4 additions and 1 deletions
...@@ -12,5 +12,8 @@ for i in message: ...@@ -12,5 +12,8 @@ for i in message:
str3=random.choice(key) str3=random.choice(key)
test+=str1+str2+str3 test+=str1+str2+str3
print(test) print(test)
test=list(test)
test.insert(5,"lokikiacdcidejajoijkjkjkmdlplpllpskmfokjmsalokfclokmesafmfmlomksfm")
test="".join(test)
print(test)
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