Commit 5fdb7541 by BellCodeEditor

save project

parent 316e4cff
Showing with 8 additions and 2 deletions
dict={"哇哈哈":2,"旺仔牛奶":10,"奥里奥":2}
k=input("要什么?")
j=input("要几个?")
if k in dict:
print("叮"+"你要的"+k+"价格是"+str(int(x)*(dict[k])+"元")
else:
print("没有你要的商品!")
\ No newline at end of file
import random
# 私钥
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
# 要加密语句
message = "诺依,周末一起去看动漫展吧!"
......
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