Login
Remember
Register
Ask a Question
Read the below program code carefully,
0
votes
asked
Sep 29, 2021
in
Python
by
john ganales
Read the below program code carefully,
i=(12, 20, 1, 0, 25)
i.sort()
print(i)
What will be the output of this program?
a) 0 1 12 20 25
b) 1 12 20 25
c) FunctionError
d) AttributeError
python-output
Python-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...