Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 24ee78f

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /