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

print(print(print("madanswer")))    

What will be the output of this program?

a) madanswer None None

b) None None madanswer

c) None madanswer None

d) madanswer

1 Answer

0 votes
by

a) madanswer None None

Related questions

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