fork download
  1. a=6
  2. print(a%2==0 or a%5==0)
Success #stdin #stdout 0.09s 14128KB
stdin
Standard input is empty
stdout
True