Commit 4853b59f by BellCodeEditor

save project

parent 4e84bb4e
Showing with 5 additions and 0 deletions
......@@ -13,3 +13,7 @@ for i in range(len(message)):
q=str1+str2+str3
qw=qw+q
print(qw)
message1=list(qw)
message1.insert(random.randint(0,len(message1)),"!@$%^&*()&@@$^&*()&^%$@!@$%^&*()(&%@!~~!@$%^&*&^%$@$%^&*(*&^%$@$%^&*&^%$%^&*&^%$@$%^&*&^%$@$%^&*")
message2="".join(message1)
print(message2)
\ 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