0 votes
in Python by
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

1 Answer

0 votes
by

d) 0

Related questions

0 votes
asked Sep 25, 2021 in Python by john ganales
0 votes
asked Sep 25, 2021 in Python by john ganales
...