[EC66] [Python] Use single quote (') instead of quotation mark (") #108
Labels
🗃️ rule
rule improvment or rule development or bug
🏆 challenge2023 🏆
Work done during the ecoCode Challenge 2023
python
[ecoCode challenge 2023 - Team 28 days]
The shape using the quotation marks allows the developer to insert variables that will be substituted at run time. But if the string does not have a variable, use quotes instead. Thus, language will not look for variables to subtituture, which will reduce the consumption of CPU cycles.
The text was updated successfully, but these errors were encountered: