Skip to content

Commit a9143bc

Browse files
authored
Update teacher_class.py
1 parent d1b3975 commit a9143bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2_intermediate/chapter12/practice/teacher_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Student class implemented below. Teacher class uses it.
99

10-
class Student
10+
class Student:
1111

1212
def __init__(self, name, age):
1313
self.name = name

0 commit comments

Comments
 (0)