This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
radu
/
python-tutorials
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
f1efb2c08d
Dallar
Biçim İmleri
master
python-tutor...
/
programs
/
oop_simplestclass.py
oop_simplestclass.py
63 B
Geçmiş
Ham
1
2
3
4
5
6
class Person:
pass # An empty block
p = Person()
print(p)