Commit 40563c4a by BellCodeEditor

save project

parent b82a7baf
Showing with 19 additions and 5 deletions
dict_name={'猴二':10,'猴四':12,'猴三':14,'猴队长':78}
print(dict_name)
\ No newline at end of file
list_hero=['赵一',30,'丁二',37,'孙五','王猛',86,'周亮',98]
dict_hero={'赵一':30,'丁二':37,'孙五':52,'王猛':86,'周亮':98}
print(len(list_hero))
print(len(dict_hero))
\ No newline at end of file
for i in 9:
a="bfggggggg"
for i in 9:
print(i)
\ No newline at end of file
a="bfggggggg"
b=a[5,9]
print(b)
\ No newline at end of file
-- "a/\350\257\276.py"
list_hero=['赵一',30,'丁二',37,'孙五','王猛',86,'周亮',98]
list_hero=['赵一',30,'丁二',37,'孙五','王猛',86,'周亮',98]
dict_hero={'赵一':30,'丁二':37,'孙五':52,'王猛':86,'周亮':98}
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