fork(1) download
  1. from math import floor
  2. a = 5.92
  3. b = floor(a)
  4. print(b)
  5.  
  6. #https://pt.stackoverflow.com/q/355315/101
Success #stdin #stdout 0.01s 27712KB
stdin
Standard input is empty
stdout
5