How to create an empty string in Python Creating an empty string initializes a string containing no characters. Solution for How to create an empty string in Python : You can use “” to create an empty string Assign “” to a variable to initialize an empty string.