Commit ad0a1fe3 by BellCodeEditor

save project

parent 672aaeaf
Showing with 2 additions and 1 deletions
......@@ -14,6 +14,7 @@ for i in message:
sb=str1+str2+str3
jdg=jdg+sb
gg = list(jdg)
gg.insert(5,noise)
kju=random.randint(0,len(jdg))
gg.insert(kju,noise)
hh="".join(gg)
print(hh)
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