Commit bcbc688b by BellCodeEditor

save project

parent 9f0aae7b
Showing with 5 additions and 2 deletions
...@@ -8,4 +8,7 @@ for i in message: ...@@ -8,4 +8,7 @@ for i in message:
str3=random.choice(key) str3=random.choice(key)
test=str1+str2+str3 test=str1+str2+str3
testzz=testzz+test testzz=testzz+test
print(testzz) list1=list(testzz)
\ No newline at end of file list1.insert(4,'~!@#$%^&*')
e=''.join(list1)
print(e)
\ 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