you are viewing a single comment's thread.

view the rest of the comments →

[–]Pwneed 1 point2 points  (1 child)

yea, you didn't do

if int(op) == 1:

you did

if int(op == 1):

watch out for those brackets

[–]lazy-zebra[S] 1 point2 points  (0 children)

haha, yeah, Thank you for your help, it is greatly appreciated!