hyybvhjg8079 hyybvhjg8079 01-05-2024 Computers and Technology Answered What is the output of a in the following python program? a = 2 b = 3 c = 6 while a < c: a = a 1 b = b c print (a, b, c)