Q. What will be output of the following Python code?
Code:
print(3+4*5)
β
Correct Answer: (B)
23
print(3+4*5)
You must be Logged in to update hint/solution