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

print(True ** False / True)    

What will be the output of this program?

a) True ** False / True

b) 1.0

c) 1 ** 0 / 1

d) None of the these

1 Answer

0 votes
by

b) 1.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
...