Question: What is wrong with the following Python program. x = 5 while x > 0: print(x)
What is wrong with the following Python program. x = 5 while x > 0: print(x)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
