Ver código fonte

Update 'cdplib/feature_engineering/Test.py'

tsteuer 5 anos atrás
pai
commit
3d73d36e94
1 arquivos alterados com 5 adições e 2 exclusões
  1. 5 2
      cdplib/feature_engineering/Test.py

+ 5 - 2
cdplib/feature_engineering/Test.py

@@ -7,6 +7,9 @@ Created on Mon Oct  7 09:59:23 2019
 """
 
 class Test:
+  
+  	def __init__(self):
+      self.name=Thorsten 
     
-    def say_name(self,name):
-        print("Hallo"+name)
+    def say_name(self):
+        print("Hallo"+self.name)