Funtions mcq questions

try this question and reply with answer.

def writer():
	title = 'Sir'
	name = (lambda x:title + ' ' + x)
	return name
 
who = writer()
who('Arthur')

a) Arthur Sir
b) Sir Arthur
c) Arthur
d) None of the mentioned

1 Like

b-- ‘Sir Arthur’ is the anwser

1 Like

sir Arthur is the answer i guess

1 Like

B sir Arthur IS THE ANSWER

1 Like

Sir Arthur is the answer

1 Like

b - Sir Arthur is the ans

1 Like

b) Sir Arthur is Answer for the question

1 Like

Option b sir Arthur is the answer

1 Like