πŸ“Š Python
Q. What is the output of the following program : print((1, 2) + (3, 4))
  • (A) (1, 2), (3, 4)
  • (B) (4, 6)
  • (C) (1, 2, 3, 4)
  • (D) Invalid Syntax
πŸ’¬ Discuss
βœ… Correct Answer: (C) (1, 2, 3, 4)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
155
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
93%
Success Rate