What will be the output of the following code? | Tuples Que. 23

23. What will be the output of the following code?

T1=(88,99,77,11,22,33,44)
print([:])
  1. Entire tuple will be printed
  2. Tuple will be printed in reverse order
  3. the Same tuple will be printed
  4. It will show you the error

Answer: A) Entire tuple will be printed

Explanation:

Entire tuple will be printed.

Comments and Discussions!

Load comments ↻






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