What does RES mean in Python?
"Res" or "RES" has no inherent meaning in Python. If you've seen this in any part of Python code, maybe in someone's answer to a question, then it's probably just the variable name the author chose. It's often used as an abbreviation for "result" - people sometimes do things like:
Yes, "res" is an abbreviated version of "result". Sometimes variable names are so shortened that they completely lose readability.
Comments
Post a Comment