Q. What will be the output of the following Python code?

Code:
x,y = 12,14

if(x+y==26):
    print("true")
else:
    print("false")
  • (A) true
  • (B) false
  • (C) either A or B
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) true

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
335
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
94%
Success Rate