fork download
  1. # your code goes here
  2. a=5
  3. b=4
  4. print(min(a,b))
Success #stdin #stdout 0.12s 14176KB
stdin
Standard input is empty
stdout
4