Explorar o código

Update 'cdplib/feature_engineering/Test.py'

tsteuer %!s(int64=5) %!d(string=hai) anos
pai
achega
3d73d36e94
Modificáronse 1 ficheiros con 5 adicións e 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)