This article is interactive. You can change its parameters and see the results live. ⚡️
values = ['Option 1', 'Option 2', 'Option 3', 'Option 4', 'Something new']
array_value
print('You have selected {}'.format(array_value))
You have selected Something new