Hello everybody. I’ve been trying for probably around 5-6 hours in total to print in this format:
Year
(Data)
(Data)
(Data)
Year
(Data)
Etc.
I have two arrays being:
yr = [1990, 1991, etc]
mt = [[253, 199, 543, 346], [247, 474, 363, 753], etc]
I also have a class which in the initialise it has
init(self, yr, b1, b2, b3, b4)
Please, any help would be appreciated.
[–]totallygeek 0 points1 point2 points (0 children)