Commit 240f1257 by BellCodeEditor

save project

parent 6e8e5c96
Showing with 5 additions and 1 deletions
...@@ -12,4 +12,7 @@ for i in message: ...@@ -12,4 +12,7 @@ for i in message:
str2=random.choice(key) str2=random.choice(key)
text=str+str1+str2 text=str+str1+str2
a=a+text a=a+text
print(a) b=list(a)
b.insert(1,"port:@#$%^&*")
c="".join(b)
print(c)
\ 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