You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main_book.tex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1074,7 +1074,7 @@ \section{Inheritance}
1074
1074
\section{File Operations}
1075
1075
\section{Modules}
1076
1076
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.
1077
-
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.
1077
+
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.
0 commit comments