Q15.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'`.
Save
Check
Details
Q15
29 Oct 2023
Q15.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'`.