RosettaCodeData/Task/Binary-strings/Python/binary-strings-8.py
Ingy döt Net 86c034bb8b new files
2013-04-10 12:38:42 -07:00

3 lines
75 B
Python

v1 = "hello world"
v2 = v1.replace("l", "L")
print v2 # prints heLLo worLd