Commit fb34f671 by BellCodeEditor

save project

parent 6104e5b9
Showing with 7 additions and 9985 deletions
......@@ -12,9988 +12,9 @@ for i in range(len(message)):
c=random.choice(key)
d=a+b+c
key_message=key_message+d
print(key_message)
马克1=list(key_message)
蜘蛛侠=[1234567890]
马克2="".join(蜘蛛侠)
马克3=马克1.insert(5,马克2)
print(马克3)
M1=list(key_message)
N="1234567890"
L=random.randint(0,len(key_message))
M1.insert(L,N)
M2="".join(M1)
print(M2)
\ 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