Commit 74900b45 by BellCodeEditor

save project

parent 7dcd88d5
Showing with 13 additions and 1 deletions
import random
import random
# 私钥 # 私钥
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!" key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
#要加密语句 #要加密语句
......
import random
import random
g=int(input("请输入:"))
q=random.randint(0,10)
if q < g:
print("格局小了")
elif q > g:
print("格局大了")
else:
print("真.牛马人类")
\ No newline at end of file
++ "b/\345\274\271\350\267\263\344\272\272\350\267\263\350\267\203"
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