Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
atheist99308yBy the same logic, use single character variable names for the first 26 objects and as many magic numbers as possible.
-
SHA-25614478y@elazar When I wrote that comment I tested
"say = print"
in python 2.7 not py3
So it gave me a syntax error
my bad
Related Rants
Want maximum efficiency in python?
def say(text):
print(text)
You save 2 keypresses everytime you print
undefined
i came up with this while i was taking a dump
help
not good
python