JINWOO OH
Results
1
issues of
JINWOO OH
Attribute errors occured using list. **Python (expected)** ``` >>> a.pop() 4 >>>a [1,2,3] >>>a.pop(1) 2 >>>a [1,3] ``` **gpython (Actual)** ``` >>> a = [1,2,3,4] >>> a.pop() Traceback (most...
bug
Contributhon2019