hey, first of all, great work, thank you.
I am getting this error;
ValueError: empty range for randrange() (0,0, 0)
which should mean there's a problem with the randint() function, mostly that in randint(a,b), b>a which somehow isn't the case here. can you help me with this?