fork download
  1. a=17
  2. b=3
  3. print('a:b=',a//b,'r',a%b)
Success #stdin #stdout 0.07s 14120KB
stdin
Standard input is empty
stdout
a:b= 5 r 2