Commit e1c33deb by BellCodeEditor

save project

parent 2c4adeb6
Showing with 1 additions and 1 deletions
......@@ -14,7 +14,7 @@ for i in message:
text=a+b+c
sum=sum+text
f=list(sum)
f.insert(6,p)
f.insert(random.randint(0,len(f)),p)
h=''.join(f)
print(h)
......
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