Data Type Python Tutorial

print  (5 // 2), (5 // 2.0), (5 // -2.0), (5 // -2)