Commit 36dc32d4 by BellCodeEditor

save project

parent 1579b178
Showing with 7 additions and 0 deletions
input.random
a="小李子"
b=list(a)
d=random.randint(0,len(b))
b.insert(d,"anahsfkg")
c="".join(b)
print(c)
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