fork download
  1. from __future__ import division
  2.  
  3. print 73 / 20
  4. print 73 // 20
Success #stdin #stdout 0.02s 6896KB
stdin
Standard input is empty
stdout
3.65
3