Commit 4853b59f by BellCodeEditor

save project

parent 4e84bb4e
Showing with 6 additions and 2 deletions
......@@ -12,4 +12,8 @@ for i in range(len(message)):
str3=random.choice(key)
q=str1+str2+str3
qw=qw+q
print(qw)
\ No newline at end of file
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