We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57e315 commit 47a9cebCopy full SHA for 47a9ceb
Basic/Swapcase.py
@@ -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