It's worth noting that x//n returns an int and math.floor returns a float, so the statements aren't equivalent.
It's worth noting that x//n returns an int and math.floor returns a float, so the statements aren't equivalent.