Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion main_book.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ \section{Inheritance}
\section{File Operations}
\section{Modules}
Implementing modules in Python is very easy. Modules are nothing but the file with the class. If you want to use those classes then you can directly import those classes in your code.
Let's create on file wich has 2 classes. Class A has get_a and set_a methods and Class B has get_b and set_b methods.
Let's create on file wich has 2 classes. Class A has get\_a and set\_a methods and Class B has get\_b and set\_b methods.

\begin{lstlisting}
class A:
Expand Down