fork download
  1. # your code goes here
  2. a={2,3}
  3. print(a[2])
Runtime error #stdin #stdout #stderr 0.11s 23576KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 3, in <module>
TypeError: 'set' object is not subscriptable