Commit 699c85f8 by BellCodeEditor

save project

parent b32c08aa
Showing with 15 additions and 0 deletions
import random
# 私钥
key = "遭受到远程攻击时,使玩家周围半径64格范围内的生物受到跳跃提升150,缓慢256,挖掘疲劳125的效果,并且,反弹飞来的弹射物,然后瞬移至发射弹射物的玩家或者生物背后,并伴随20s的无敌时间。!"
# 要加密语句
message = "诺依,周末一起去看动漫展吧!"
k=""
for i in range(len(message)):
s1=message[i]
s2=random.choice(key)
s3=random.choice(key)
z=s1+s2+s3
k=k+z
print(k)
\ 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