Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python lists don't have .push method #81

Open
Bryukh opened this issue Jul 8, 2016 · 1 comment
Open

Python lists don't have .push method #81

Bryukh opened this issue Jul 8, 2016 · 1 comment

Comments

@Bryukh
Copy link

Bryukh commented Jul 8, 2016

The next statement works in CoCo:

ar = []
ar.push(1)

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

@kyay10
Copy link

kyay10 commented Jan 20, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants