fork download
  1. url_match = 1
  2. url_match2 = 0
  3. if not (url_match or url_match2):
  4. print("a")
  5. else:
  6. print("b")
Success #stdin #stdout 0.02s 7068KB
stdin
Standard input is empty
stdout
b