I've gotten this exact problem before and I was able to once figure it out. Since then i've apparently forgetten more of the basic.
Does anyone have any idea whats going on here, because fdayhigh is not an empty list...
thanks
Does anyone have any idea whats going on here, because fdayhigh is not an empty list...
Code:
>>> import justCup Traceback (most recent call last): File "<interactive input>", line 1, in <module> File "justCup.py", line 63, in <module> CupStartIndex = fdayhigh.index(max(fdayhigh)) ValueError: max() arg is an empty sequence >>>
Comment