PythonExtra/tests/basics/deque2.py.exp
2018-02-21 22:58:14 +11:00

16 lines
128 B
Plaintext

ValueError
ValueError
TypeError
IndexError
None
1
2
3 4
IndexError('empty',)
2
IndexError('full',)
2
5 6
0
IndexError('empty',)