Commit a0ed3969 by BellCodeEditor

save project

parent 44cc2628
Showing with 13 additions and 1 deletions
list_hero=['甲',1,'乙',2,'丙',3,'丁',4,'戊',5,'己',6,'庚',7,'辛',8,'任',9,'癸',10]
dict_hero={'甲':1,'乙':2,'丙':3,'丁':4,'戊':5,'己':6,'庚':7,'辛':8,'任':9,'癸':10}
print(len(list_hero))
print(len(dict_hero))
print(dict_hero['甲'])
\ No newline at end of file
......@@ -5,6 +5,12 @@ key = "abcdefgh使用编程实现ä½ç§»æ›¿æ¢åŠ å¯†ï¼Œåˆ¶ä½œå¯†ç æœºå…³çœŸæ˜¯å¤
# 要加密语句
message = "诺依,周末一起去看动漫展吧!"
interference=:{":{}:}"{}{::>:<:}
for i in message:
str1=i
str2=random.choice()
str3=random.choice()
text=str1+str2+str3
a=text
print(a,end="")
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