return a tuple of two lists. and alos have to sort according to the 2nd value of the tuple

前端 未结 0 1599
遥遥无期
遥遥无期 2021-01-22 00:45

code:

def sort_artists(x):
    artist = []
    earnings = []
    z = (artist, earnings)
    for inner in x:
        artist.append(inner[0])
        earnings.appen         


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