Can you create a single-element tuple?

6. Can you create a single-element tuple?

  1. Yes
  2. No

Answer: A) Yes

Explanation:

To create a single-element tuple you have to write an element inside parentheses and after the element, you have to put the comma. For example T= (98,) will create a single element tuple.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.