Guess the output of the following Python Code
x = 3
while x = 0:
print("Hema" * x)
x -= 1


Posted on by