File tree
Expand file treeCollapse file tree1 file changed
+7
-0
lines changed Expand file treeCollapse file tree1 file changed
+7
-0
lines changed Original file line number | Diff line number | Diff line change |
---|
|
| 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]>') |
You can’t perform that action at this time.
0 commit comments