Movatterモバイル変換


[0]ホーム

URL:


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

Commitdbdcf27

Browse files
authored
Merge pull requestdabeaz-course#80 from altvec/fix/chapter4.3
Fix missing new line
2 parents3ff2900 +b6a9aea commitdbdcf27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎Notes/04_Classes_objects/03_Special_methods.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ A method that has not yet been invoked by the function call operator `()` is kno
147147
It operates on the instance where it originated.
148148

149149
```python
150-
>>> s= Stock('GOOG',100,490.10)>>> s
150+
>>> s= Stock('GOOG',100,490.10)
151+
>>> s
151152
<Stockobject at0x590d0>
152153
>>> c= s.cost
153154
>>> c

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp