Skip to content

Commit 47a9ceb

Browse files
first commit
1 parent c57e315 commit 47a9ceb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Basic/Swapcase.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# * Written By Codezila.org at 26-03-2020 12:40PM (IST)
2+
#Program for SWAPCASE() method...
3+
A="codezila" #String initialize.
4+
B="WELCOME"
5+
print(A.swapcase()) #it converts string lowercase to uppercase and vice-versa.
6+
print(B.swapcase())
7+
print('\n\tCode By codezila.org :)\n\tJoin Us On : <github.com/codezila-org>\n\tFor More Mail Us : <contact@codezila.org>')

0 commit comments

Comments
 (0)