Commit 3f96fca9 by BellCodeEditor

auto save

parent 6f6703af
Showing with 0 additions and 5 deletions
...@@ -20,9 +20,5 @@ yug=list(bf) ...@@ -20,9 +20,5 @@ yug=list(bf)
hg=random.randint(0,len(bf)) hg=random.randint(0,len(bf))
yug.insert(hg,redt) yug.insert(hg,redt)
erg=list(bf)
erg.insert(5,redt)
u="".join(erg) u="".join(erg)
print(u) print(u)
\ 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