Commit 7a071440 by BellCodeEditor

save project

parent ed91a7ff
Showing with 12 additions and 6 deletions
p'y
\ No newline at end of file
import random
message=""
\ No newline at end of file
test="水水水水水水水水水水水水水水水水水水水"
lk_test=list(test)
print(lk_test)
\ No newline at end of file
......@@ -9,7 +9,8 @@ for i in message:
test3=random.choice(key)
test=test1+test2+test3
key_message=key_message+test
a=random.randint(1,len(key_message))
l_mess=list(key_message)
l_mess.insert(10,noise)
l_mess.insert(a,noise)
re_mess="".join(l_mess)
print(re_mess)
\ No newline at end of file
for i in 9:
for i in 9:
print(i)
\ No newline at end of file
++ "b/\350\257\276.py"
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