Commit 2143a463 by BellCodeEditor

save project

parent 9e712ddd
Showing with 4 additions and 3 deletions
......@@ -11,5 +11,6 @@ for i in message:
text=i+str1+str2
t=t+text
fs=list(t)
fs.insert(random.randint(1,12),f)
print(fs)
\ No newline at end of file
fs.insert(random.randint(1,len(message)),f)
asd="".join(fs)
print(asd)
\ 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