python replace space with underscore

48

python replace space with underscore -

mystring.replace(" ", "_")

space to underscore python -

mystring.replace(" ", "_")

Comments

Submit
0 Comments