Commit 03ad2880 by BellCodeEditor

save project

parent 5b4f6d20
Showing with 3 additions and 1 deletions
...@@ -13,6 +13,7 @@ for i in message: ...@@ -13,6 +13,7 @@ for i in message:
sd=sd+gff sd=sd+gff
i="dfdgfvefvsdf" i="dfdgfvefvsdf"
d=list(sd) d=list(sd)
d.insert(4,i) b=random.randint(0,len(d))
d.insert(b,i)
dfd="".join(d) dfd="".join(d)
print(dfd) print(dfd)
\ 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