Dynamics
Kilopat
Daha fazla
- Cinsiyet
- Erkek
bunu incele anlarsın.Teşekkür ederim, niye nonetype döndürüyor anlamadım ama.
Python:
class test:
def hello(self):
print("hello world")
def place(self):
#bir seyler yap
pass
obj = test()
obj.hello()
obj2 = test().place()
obj2.hello()