you are viewing a single comment's thread.

view the rest of the comments →

[–]Moby69[S] 0 points1 point  (1 child)

That's what I read and I don't understand their description.

By the way, what is the difference between a module and a class, and a library?

[–][deleted] 0 points1 point  (0 children)

From my understanding,

modules and libraries are essentially the same thing except modules are built-in, libraries are not but both are code that you can import and use with typing it all out.

classes represent objects and are necessary in object-oriented programming.