Commit c621cfea by BellCodeEditor

save project

parent 27257080
Showing with 5 additions and 3 deletions
......@@ -13,5 +13,7 @@ for i in range(len(message)):
d=a+b+c
key_message=key_message+d
print(key_message)
list=list(key_message)
message1.inser(list)
\ No newline at end of file
list_message=list(key_message)
list.insert(5,noise)
efg="".join(list)
print(efg)
\ 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