Commit ad0a1fe3 by BellCodeEditor

save project

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