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

[EC67] [Python] Use the $i++ variable during an iteration #106

Closed
julessanglier opened this issue Apr 5, 2023 · 4 comments
Closed

[EC67] [Python] Use the $i++ variable during an iteration #106

julessanglier opened this issue Apr 5, 2023 · 4 comments
Assignees
Labels
🗃️ rule rule improvment or rule development or bug 🏆 challenge2023 🏆 Work done during the ecoCode Challenge 2023 🗒️ documentation Improvements or additions to documentation

Comments

@julessanglier
Copy link

julessanglier commented Apr 5, 2023

[ecoCode challenge 2023 - Team 28 days]

Is your feature request related to a problem? Please describe.
The i++ form has the disadvantage of generating a temporary variable during incrementation, which is not the case with the ++i form.

@dedece35 dedece35 added 🗃️ rule rule improvment or rule development or bug python 🏆 challenge2023 🏆 Work done during the ecoCode Challenge 2023 labels Apr 5, 2023
@julessanglier
Copy link
Author

julessanglier commented Apr 5, 2023

Pas d'opérateur post fixé en Python ... (idem pour Rust à priori)
Merci de basculer la tâche en JS :)

@jycr
Copy link
Contributor

jycr commented Apr 6, 2023

@dedece35 dedece35 changed the title EC67[Python] - Use the $i++ variable during an iteration [EC67] [Python] Use the $i++ variable during an iteration Aug 25, 2023
@dedece35
Copy link
Member

please update RULES.md with a X for python an Rust

@dedece35 dedece35 added __PRIO_HIGH__ 🗒️ documentation Improvements or additions to documentation and removed python labels Aug 25, 2023
@dedece35
Copy link
Member

dedece35 commented Sep 1, 2023

done with commit c2e2cbe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🗃️ rule rule improvment or rule development or bug 🏆 challenge2023 🏆 Work done during the ecoCode Challenge 2023 🗒️ documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants