Commit 38019f86 by BellCodeEditor

save project

parent aa450027
Showing with 4 additions and 5 deletions
......@@ -9,7 +9,6 @@ for i in message:
str3=random.choice(key)
text =str1+str2+str3
ken_messasge=ken_messasge+text
list_message=list(ken_messasge)
list_message.insert(5,noise)
result_message="".join(list_message)
print(result_messge)
\ No newline at end of file
index=random.randint(0,len(ken_messasge))
result_message="".join(list_missage)
print(result_missage)
\ 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