Skip to content

Commit 812e60d

Browse files
README.md
1 parent 2a7a7b5 commit 812e60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class myClass():
4343
def method1 (self):
4444
print("OOPs")
4545
def method2 (self,someString):
46-
print ("Program-Method" )+ someString
46+
print ("Program-Method"+ someString)
4747
```
4848
. Here we have defined method1 that prints “OOPs”
4949
. Another method we have defined is method2 that prints “Program-Method”+ SomeString. SomeString is the variable supplied by the calling method

0 commit comments

Comments
 (0)