Explorar el Código

Update 'cdplib/feature_engineering/Test.py'

tsteuer hace 5 años
padre
commit
3d73d36e94
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  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)