Commit 276bacfe by BellCodeEditor

save project

parent c18af572
Showing with 6 additions and 1 deletions
list_hero = ['小明',30,'小鸡',34,'小熊',50]
dict_hero = {'小明':30,'小鸡'':34,'小熊':50}
print(len(list_hero))
print(len(dict_hero))
\ No newline at end of file
...@@ -9,7 +9,7 @@ message = "诺依,周末一起去看动漫展吧!" ...@@ -9,7 +9,7 @@ message = "诺依,周末一起去看动漫展吧!"
key_message = "" key_message = ""
#私钥 #私钥
noise = "port:@#$%^&" noise = "port:@#$%^&"
#私钥 #干扰
for i in range(len(message)): for i in range(len(message)):
str1= i str1= i
str2= random.choice(key) str2= random.choice(key)
......
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