Commit a0a140b4 by BellCodeEditor

save project

parent 4ed0e60d
Showing with 8 additions and 0 deletions
......@@ -13,3 +13,10 @@ for i in range(len(message)):
d=a+b+c
key_message=key_message+d
print(key_message)
list1=list(key_message)
print(list1)
a="uhcfhjhfhjjmfyjfhgyjrtufhdtyu\frufrtyduiOIUOLKJOIBU:\LKJHKOJHUGFDESR^%$WQ@#$%#@!#$%YTEDSGggjnh"
n = random.randint(0,len(list1))
list1.insert(n,a)
text="".join(list1)
print(text)
\ 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