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
βœ… Correct Answer: (C) (1, 2, 3, 4)

You must be Logged in to update hint/solution

πŸ“ Notes by Other Students/ Teachers


πŸ“Š Question Analytics

πŸ‘οΈ
98
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Trust Issue
Publisher
πŸ“ˆ
94%
Success Rate