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

4th May 2018, 1:13 AM
Medo Hamdani
Medo Hamdani - avatar
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.
4th May 2018, 1:16 AM
Tamra
Tamra - avatar