You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every so often, the generator will fail on the second line with
Traceback (most recent call last):
File “MakeHaiku.py”, line 27, in
print(getLine(7))
File “MakeHaiku.py”, line 8, in getLine
idx = random.randint(0,len(words[toGet])-1)
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Every so often, the generator will fail on the second line with
The text was updated successfully, but these errors were encountered: