Python Interview questions - dtb
(Python version 3.9 or later version)
What would be the result of executing the following code?
print(True*2)
TrueTrue
True True
2
Syntax Error
gk