Commit 8242d5bc by BellCodeEditor

save project

parent 9e8ea489
Showing with 12 additions and 3 deletions
import random
'''import random
key="abcdefgh使用变成发i急tyityucvgcgtvh急急"
message="诺伊,周末一起去看动漫展吧!"
key_message=""
......@@ -15,4 +15,4 @@ for i in message:
li_message=list(key_message)
result_message=li_message.insert(4,noise)
result2_message="".join(result_message)
print(result2_message)
\ No newline at end of file
print(result2_message) '''
\ No newline at end of file
dict_hero={'猴三':10,'猴一':21,'猴五':22}
dict_hero['雨果']=100
print(dict_hero)
\ No newline at end of file
list_hero=['赵一',30,'丁二',37]
dict_hero={'赵一':30,'丁二':37}
print(len(list_hero))
print(len(dict_hero))
\ 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