Mega Code Archive

 
Categories / Python Tutorial / Data Type
 

X Y

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