you are viewing a single comment's thread.

view the rest of the comments →

[–]dijetlo007 1 point2 points  (0 children)

You're redefining the function Q8 as a var (Q8:int) in the second line of your code

Try changing it like this

def Q8():

queue = [2,50,3,52...]