What will be displayed when the following code is executed? & June 7, 2022 by admin ✪ Choose the correct option.What will be displayed when the following code is executed? number = 6 while number > 0: number -= 3 print(number, end = )A. 36591B. 44626C. 3 0D. 3 0 -3 Submit Answer