Skip to content

Commit da6bc50

Browse files
authored
Update Python - String Methods capitalize() 1.txt
1 parent 0b3d53b commit da6bc50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python - String Methods capitalize() 1.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ txt = "hello, and welcome to my world."
33
x = txt.capitalize()
44

55
print (x)
6+
// creater by Sanusanth

0 commit comments

Comments
 (0)