Login
Remember
Register
Ask a Question
Read the below program code carefully,
0
votes
asked
Sep 25, 2021
in
Python
by
john ganales
Read the below program code carefully,
i = 2
j = 3, 5
add = i + j
print(add)
What will be the output of this program?
a) 5, 5
b) 5
c) (2 , 3 , 5)
d) TypeError
python-code
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 25, 2021
by
john ganales
d) TypeError
...