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

12. What will be the output of the following code,

T1=("hello","everyone","include helps","welcomes","you","all")
print(T1[0],T1[-2])
  1. Hello
  2. Hello all
  3. Hello you
  4. Error

Answer: C) Hello you

Explanation:

"Hello you" will be the output.


Comments and Discussions!









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