Browse Source

Update 'cdplib/feature_engineering/Test.py'

tsteuer 5 years ago
parent
commit
3d73d36e94
1 changed files with 5 additions and 2 deletions
  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)