Skip to content

Commit 24ee78f

Browse files
authored
Update solution.hide.py
1 parent 18165ec commit 24ee78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/24-class-with-two-methods/solution.hide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ def get_string(self):
99
def print_string(self):
1010
print(self.input_string.upper())
1111

12-
string_object = MyClass()
12+
string_object = InputOutString()
1313
string_object.get_string()
1414
string_object.print_string()

0 commit comments

Comments
 (0)