0
What's the point?
Is the point if using "as" is just to clarify the object function inside the module? https://code.sololearn.com/can2O95YpUeO/?ref=app
1 Resposta
+ 13
"as" is used to assign an alias to a module or module function. It's usually used to clarify a nondescriptive name, or to prevent conflicts between modules and functions with the same name.