filbert icon indicating copy to clipboard operation
filbert copied to clipboard

Python lists don't have .push method

Open Bryukh opened this issue 8 years ago • 1 comments

The next statement works in CoCo:

ar = []
ar.push(1)

But python lists have .append method and don't have .push method.

Bryukh avatar Jul 08 '16 16:07 Bryukh

so do you mean that .push should be .append or that we need to add .push to codecombat python???

kyay10 avatar Jan 20 '18 04:01 kyay10