Commit f5b03491 by BellCodeEditor

save project

parent 84cedd6c
Showing with 2 additions and 1 deletions
......@@ -11,7 +11,8 @@ for i in message:
str3 = random.choice(key)
text = text + str1 + str2 + str3
newlist = list(text)
newlist.insert(5,sthbad)
where = random.randint(0,len(newlist))
newlist.insert(where,sthbad)
end = "".join(newlist)
print(end)
......
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