We learned that malware takes advantage of managing files. This is something the operating system does on your computer.

In Python, we import the operating system library using the import keyword and os.

That's right! os is short for operating system.

In Python, the library for the operating system is os.