File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
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 : <.com/codezila-org>\n\tFor More Mail Us : <[email protected]>')

0 commit comments

Comments
 (0)