공부
[python] if some_string: (some_string is empty)
승가비
2022. 8. 31. 15:33
728x90
if some_string:
https://stackoverflow.com/questions/9573244/how-to-check-if-the-string-is-empty
How to check if the string is empty?
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 codin...
stackoverflow.com
728x90