fork download
  1. a = int(12)
  2. b = int(5)
  3. c = a//b
  4. print(c)
Success #stdin #stdout 0.02s 9984KB
stdin
Standard input is empty
stdout
2