A student new to Python is working in the interactive interpreter mode. The student issues the commands:
What is the result?
- [‘RT1’, ‘RT2’, ‘SW1’, ‘RT3’, ‘SW3’]
- [‘RT1’, ‘RT2’, ‘RT3’, ‘SW2’, ‘SW3’]
- [‘RT1’, ‘RT2’, ‘SW1’, ‘SW2’, ‘SW3’]
- [‘RT1’, ‘RT2’, ‘SW2’, ‘RT3’, ‘SW3’]