Commit d91acc9c by BellCodeEditor

save project

parent 4e96c57c
Showing with 2 additions and 2 deletions
...@@ -3,9 +3,8 @@ key="qwertyuiopasdfghjklzxcvbnm防火规范新东方共和国法规环境股份V ...@@ -3,9 +3,8 @@ key="qwertyuiopasdfghjklzxcvbnm防火规范新东方共和国法规环境股份V
message="迷题开始了,请开始你的表演" message="迷题开始了,请开始你的表演"
a=" " a=" "
for i in message: for i in message:
a1=i
a2=random.choice(key) a2=random.choice(key)
a3=random.choice(key) a3=random.choice(key)
test=a1+a2+a3 test=i+a2+a3
a+=test a+=test
print(a) print(a)
\ 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