What is the output of the following Python code?
x = 0
while x = 18:
X = X+3
print(x)


Posted on by