how to have python replace space with underscore code example Example: python replace space with underscore mystring.replace(" ", "_")