Q. [0]} and {0[1]}".format(( 'foo', 'bin')))

  • (A) hello foo and bin
  • (B) hello (‘foo’, ‘bin’) and (‘foo’, ‘bin’)
  • (C) error
  • (D) none of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) hello foo and bin
Explanation: the elements of the tuple are accessed by their indices.

Explanation by: Mr. Dubey
the elements of the tuple are accessed by their indices.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
760
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
98%
Success Rate