Extract and use tuplers from json list

Viewed 23
Json.file= [1660, 1667, 1680 ....., 1960 ][4,6,4,3,......,2,8,9]

Question: How do I get every 10th element from the tuple. And then get those elements into a graph?

I tried

x= veribel[0::10]
0 Answers
Related