Skip to content

Commit 64cb9e6

Browse files
authored
Tell what is assumed
1 parent 6dbe37d commit 64cb9e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

classes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ tkinter GUI's before I understood how they work. Everything I did with
55
classes worked, but I didn't understand how. Hopefully you'll first
66
learn to understand classes, and then learn to use them.
77

8+
This tutorial assumes that you know how functions work and how to
9+
create your own functions with the `def` keyword. If you don't, I
10+
highly recommend learning that first, and then moving to classes.
11+
812
### Why should I use custom classes in my projects?
913

1014
Python comes with a lot of classes that you are already familiar with.

0 commit comments

Comments
 (0)