Commit 7134870b by BellCodeEditor

save project

parent 02a31184
Showing with 7 additions and 2 deletions
......@@ -13,4 +13,9 @@ for a in message:
s3=random.choice(key)
key_message = s1+s2+s3
xt=xt+key_message
print(xt)
\ No newline at end of file
#print(xt)
ac = list(xt)
bc="1t14us51w4"
b=random.randint(0,len(ac))
ac.insert(b,bc)
print("".join(ac))
\ 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