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,
print(6 + 5 - 4 * 3 / 2 % 1)
What will be the output of this program?
a) 7
b) 7.0
c) 15
d) 0
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) 0
...