News

The ‘range’ statement specifies how many times the loop is to happen. The variable ‘count’ controls the iteration. With each iteration, Python automatically adds 1 to the value of ‘count’.