fork download
  1. # your code goes here
  2. if ((not True) and False) and not False:
  3. print("Suhas")
  4. else:
  5. print("Not")
Success #stdin #stdout 0.02s 9208KB
stdin
Standard input is empty
stdout
Not