0 votes
in Python by
Read the below program code carefully,

print(int(6 == 6.0) * 3 + 4 % 5)  

What will be the output of this program?

a) 22

b) 18

c) 20

d) 7

1 Answer

0 votes
by

d) 7

...