help看看这个练习题,不知道该怎么写

from ipywidgets import interactive
def function_mcq(selection): pass

PLEASE RUN THIS CELL

q1 = interactive(function_mcq,
selection=['nothing selected', 'True', 'False']);
display(q1)

PLEASE RUN THIS CELL AFTER YOUR SELECTION ABOVE

print(f"{q1.kwargs['selection']}")

?说明一下详细问题