Python36Tests: Small Changes For Python 3.6 compatability
Use integer division instead of division when wishing to get integer results. In python 3 division always returns a float where as in 2.7 it returns an int if both the numerator and denominator were ints
Loading
Please sign in to comment