Q15Single correct4 Marks29 Oct 2023
Three of the following codes print the same output, while one prints a different output. Which of the following code prints a different output from the other three?
Hint: `str(x)` converts `x` into a string. `'3' * 2` evaluates to `'33'`.