Commit f97331dc by BellCodeEditor

save project

parent c3a51fbb
Showing with 5 additions and 0 deletions
import random
ls=list(input())
ls.insert(random.randint(0,len(ls)),"x")
ls1="".join(ls)
print(ls1)
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