Mega Code Archive

 
Categories / Python / Data Type
 

Integer division returns the floor

print (50-5*6)/4 print 7/3 print 7/-3