index
:
clp
main
A small Python compiler with optimizer written in Java
dcariotti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
progs
/
a920.py
blob: 514c1fe1b2f992c429c9dcb426f5ebedbe2ca2c9 (
plain
)
1
2
3
def
toggle_string
(
string
):
string1
=
string
.
swapcase
()
return
string1