Commit fb3cb70e by BellCodeEditor

save project

parent 05364b82
Showing with 3 additions and 1 deletions
......@@ -13,6 +13,7 @@ for i in range(len(message)):
d=a+b+c
key_message=key_message+d
list_message=list (key_message)
list_message.insert(5,s)
ie=random.randint(0,len(message))
list_message.insert(ie,s)
df="".join(list_message)
print(df)
\ 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