Commit 07f5fa0b by BellCodeEditor

save project

parent 05b7a26f
Showing with 7 additions and 3 deletions
...@@ -2,10 +2,14 @@ import turtle ...@@ -2,10 +2,14 @@ import turtle
key="uTV员工提供个人噶忽然嘎嘎嘎克噶回事" key="uTV员工提供个人噶忽然嘎嘎嘎克噶回事"
message="我是你爹" message="我是你爹"
key_message="" key_message=""
noise="qwertyui"
for i in message: for i in message:
str1=i str1=i
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key) str3=random.choice(key)
ken_message=ken_message+try ken_message=ken_message+try
print(ken_message) print(ken_message)
list_message=list(ken_message)
\ No newline at end of file list_message.insert(5,noise)
result_message="".join(list_message)
print(result_message)
\ 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