5//2 in python will return an integer value 2. // <- this symbol denotes the integer division any values after the decimal will be ignored. / <- this returns normal mathamatical division including decimal values. So, 5/2 = 2.5.