fork download
  1. x = 1 + 1 * 2 # if bodmas works it will give 3; else 4
  2. if x == 3:
  3. print("✅✅")
  4. else:
  5. print("No.")
Success #stdin #stdout 0.09s 14172KB
stdin
Standard input is empty
stdout
No.