There was an error while loading. Please reload this page.
1 parent 18165ec commit 24ee78fCopy full SHA for 24ee78f
exercises/24-class-with-two-methods/solution.hide.py
@@ -9,6 +9,6 @@ def get_string(self):
9
def print_string(self):
10
print(self.input_string.upper())
11
12
-string_object = MyClass()
+string_object = InputOutString()
13
string_object.get_string()
14
string_object.print_string()
0 commit comments