Writethe while loop that prints user_num divided by 2 until…

Question Answered step-by-step Writethe while loop that prints user_num divided by 2 until… Writethe while loop that prints user_num divided by 2 until user_num is less than 1. The value of user_num changes inside of the loop.Sample output with input: 2010.0 5.0 2.5 1.25 0.625 Computer Science Engineering & Technology Python Programming IT- 140 Share QuestionEmailCopy link Comments (0)