Find the max of a string in a nested list while adding another string from another list

后端 未结 0 1898
Happy的楠姐
Happy的楠姐 2020-12-02 06:42

I found this question in a quiz:

a = [\'foo\', \'bar\', \'baz\', \'qux\', \'quux\', \'corge\']

and I understand the:

max(a[2:4         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题