Junior — Senior
What happens when attempting to access a set element by index
livecode
Task condition
Determine what result will be displayed after executing the provided code. Answer options:
- stepik
- course
- beegeek
- python
- an error will occur
words = {'beegeek', 'stepik', 'python', 'course'}
print(words['python'])