Commit f7dbc204 by BellCodeEditor

save project

parent fd9a7e1a
Showing with 6 additions and 3 deletions
dict_hero={"猴二":10,"猴一":21"猴五":22}
print(dict_hero)
......@@ -5,10 +5,9 @@ key_message=""
for i in range(len(message)):
a=message[i]
b=random.choice(key)
c=random.choice(key)
d=a+b+c
key_message=key_message+d
key_message=key_message+
print(key_message)
b=list(key)
c="eriireerjeagter"
\ 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