You have a lot of assignment statements, but nothing that produces output. Try adding statements like this at appropriate places...
print ("bool_one = ", bool_one) -- https://mail.python.org/mailman/listinfo/python-list
You have a lot of assignment statements, but nothing that produces output. Try adding statements like this at appropriate places...
print ("bool_one = ", bool_one) -- https://mail.python.org/mailman/listinfo/python-list