Commit 069fa75b by BellCodeEditor

save project

parent c56f5ecf
Showing with 7 additions and 4 deletions
list_hero = ["赵一","30","丁二","37"]
dict_hero = {'赵一':30,'丁二':37,}
print(len(list_hero))
print(len(dict_hero))
\ No newline at end of file
text = "周末一起去欢乐谷吧" dict_hero={'h'}
li_text = list(text) \ No newline at end of file
print(li_text)
\ 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