url_match = 1
url_match2 = 0
if not (url_match or url_match2):
	print("a")
else:
	print("b")