Commit 1b6be095 by BellCodeEditor

save project

parent 1255f058
Showing with 1 additions and 1 deletions
...@@ -12,6 +12,6 @@ for i in e: ...@@ -12,6 +12,6 @@ for i in e:
print(z) print(z)
l="hbtghfghhht" l="hbtghfghhht"
s=list(z) s=list(z)
s.insert(random.randint(0,len(s)),s) s.insert(random.randint(0,len(s)),l)
s="".join(s) s="".join(s)
print(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