Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /