loop is exactly a iteration, which means executing the same block of code over and over, potentially many times. In python we use while and for loop for repeating the
loop is exactly a iteration, which means executing the same block of code over and over, potentially many times. In python we use while and for loop for repeating the