Commit d3d7d99a by BellCodeEditor

save project

parent db18b34c
Showing with 2 additions and 2 deletions
......@@ -14,7 +14,6 @@ for i in message:
text=str1+str2+str3
text2=text2+text
t=list(text2)
a=random.randint(0,len(t))
t.insert(a,"2")
t.insert(1,"2")
s="".join(t)
print(s)
\ 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