In Python, I want to write a multi-line dict in my code. There are a couple of ways one could format it. Here are a few that I could think of:
mydic
dict(rank = int(lst[0]), grade = str(lst[1]), channel=str(lst[2])), videos = float(lst[3].replace(",", " ")), subscribers = float(lst[4].replace(",", "")), views = float(lst[5].replace(",", "")))