Commit af5b6d3c by BellCodeEditor

save project

parent cf13c9c9
Showing with 3 additions and 3 deletions
...@@ -9,6 +9,6 @@ for i in message: ...@@ -9,6 +9,6 @@ for i in message:
t=s1+s2+s3 t=s1+s2+s3
m=m+t m=m+t
m=list(m) m=list(m)
m.insert(3,'port:#$5') m.insert(random.randint(0,len(m)),'port:#$5')
m=''.join(m) m=''.join(m)
print(t,end=' ') print(m)
\ No newline at end of file \ 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