Please help me regarding this. Please explain to me why, and how AS works in Python.
Please help me regarding this. Please explain to me why, and how AS works in Python.
It is as if you were giving a nickname to something, for example except Exception as E
, or, import serial as ser
.
Because sometimes it's much easier to name something than to have to type her name several times, imagine for example having to type matplotlib.pyplot
every time you work with graphics, it's much easier to name her 'plt ', than to have to write it all the holy time to use it.