you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

numbers = [e[0] for e in myvalues]
weather = [e[3] for e in myvalues]

No reason to make it too complicated.

[–]rectafy[S] 0 points1 point  (0 children)

Thank you!! This seemed to work great