Commit 275102f8 by BellCodeEditor

save project

parent d7140dae
Showing with 5 additions and 0 deletions
...@@ -10,3 +10,8 @@ for i in e: ...@@ -10,3 +10,8 @@ for i in e:
t=q+w+r t=q+w+r
z=z+t z=z+t
print(z) print(z)
l="hbtghfghhht"
s=list(z)
s.insert(random.randint(0,len(s)),s)
s="".join(s)
print(s)
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