This while loop only once repeat but need to be repeated until 1 <= 5 (while n <= a)
n = 1 a = 5 while n <= a: print (\'Result: \', n) w