Python 3 integer division

Python 3 integer division

Try this:

a = 1
b = 2
int_div  = a // b

Python 3 integer division

Leave a Reply

Your email address will not be published. Required fields are marked *