Does Python have something like an empty string variable where you can do:
if myString == string.empty:
Regardless, what’s the most elegant way to check for empty string values? I find hard coding ""
every time for checking an empty string not as good.