Path: blob/master/Nesne Tabanlı Programlama/Videolardaki Notebooklar/Nesne Tabanlı Programlama - Özel Metodlar.ipynb
765 views
Kernel: Python 3
In [28]:
In [29]:
In [30]:
Out[30]:
<__main__.Kitap object at 0x00000018F9920438>
In [31]:
Out[31]:
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-31-b3a1055460e1> in <module>()
----> 1 len(kitap)
TypeError: object of type 'Kitap' has no len()
In [32]:
In [33]:
Out[33]:
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
<ipython-input-33-2102c4d2e394> in <module>()
----> 1 kitap
NameError: name 'kitap' is not defined
In [36]:
In [37]:
Out[37]:
init fonksiyonu
In [38]:
In [39]:
Out[39]:
init fonksiyonu
In [40]:
Out[40]:
İsim: İstanbul Hatırası
Yazar: Ahmet Ümit
Sayfa Sayısı: 561
Türü: Polisiye
In [44]:
In [45]:
Out[45]:
init fonksiyonu
In [46]:
Out[46]:
561
In [47]:
In [48]:
Out[48]:
init fonksiyonu
In [49]:
Out[49]:
Kitap objesi siliniyor........
In [50]:
Out[50]:
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
<ipython-input-50-2102c4d2e394> in <module>()
----> 1 kitap
NameError: name 'kitap' is not defined
In [ ]: