kopia lustrzana https://github.com/micropython/micropython-lib
4 wiersze
113 B
Python
4 wiersze
113 B
Python
![]() |
import string
|
||
|
|
||
|
assert string.translate("foobar", {ord("o"): "foo", ord("b"): 32, ord("r"): None}) == "ffoofoo a"
|