Identify the output of the following Python statements.


x = 2
while x 9:
print(x, end='')
x = x + 1

Posted on by