fork download
  1. # your code goes here
  2.  
  3. print(10/7)
  4. print(int(10/7))
  5. print(10//7)
Success #stdin #stdout 0.04s 9440KB
stdin
Standard input is empty
stdout
1.4285714285714286
1
1