Commit 42a6b72b by BellCodeEditor

auto save

parent 18891748
Showing with 16 additions and 0 deletions
import random
a=str(input('please'))
print(a)
b=list(a)
print(b)
c=[]
for i in range(len(b)):
c.append(b[i])
c.append(random.choice('哈咯,edkfkd'))
c.append(random.choice('哈咯,edkfkd'))
print(c)
print()
c.insert(random.randint(3,10),'halohalo')
d="".join(c)
print(d)
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