0

What is the output of...

t = (23, “abc”, 4.56, (2,3), “def”) t [1]

25th Mar 2020, 3:15 PM
Eashan Wantu
Eashan Wantu - avatar
4 Answers
+ 1
Check answer to your previous question
25th Mar 2020, 3:29 PM
Justus
Justus - avatar
25th Mar 2020, 3:35 PM
Eashan Wantu
Eashan Wantu - avatar
0
t = (23, "abc", 4.56, (2,3), "def") print(t[1])
25th Mar 2020, 3:36 PM
Justus
Justus - avatar
0
The print() function. Required
25th Mar 2020, 3:36 PM
Justus
Justus - avatar