Commit 682df0d9 by BellCodeEditor

save project

parent 7ce643e9
Showing with 5 additions and 4 deletions
......@@ -8,8 +8,9 @@ for i in message:
str3=random.choice(key)
sext=str1+str2+str3
sext1=sext1+sext
print(text1)
print(sext1)
a='jvchfdgfdfjhfd'
b=list(text1)
b=list(sext1)
b.insert(1,a)
""join(b)
\ No newline at end of file
"".join(b)
print(b)
\ 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