counter = counter + 1 python code example Example: counter +1 python count = 1 while count <= 100: print(count) count += 1