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
/
a211.py
blob: ad0906e12c852e6edfc79e4fbda8cea8b6d17ac5 (
plain
)
1
2
3
import
re
def
road_rd
(
street
):
return
(
re
.
sub
(
'Road$'
,
'Rd.'
,
street
))