0 votes
in Python by

Read the below program code carefully, 

print("mad", 'answer', sep='2')  

What will be the output of this program?

a) madanswer2

b) maanswer

c) mad2answer

d) madansw2

...