We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6e2ee commit 5f62e29Copy full SHA for 5f62e29
1 file changed
209.md
@@ -47,8 +47,8 @@
47
def speak(self):
48
print "I love you."
49
50
- def setHeight(self, n):
51
- self.length = n
+ def setHeight(self):
+ print "The height is: 1.60m ."
52
53
def breast(self, n):
54
print "My breast is: ",n
0 commit comments