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']}")