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

...