I know this is a similar post to How to check if text is "empty" (spaces, tabs, newlines) in Python? , however I'm still having troubles.
I don't understand how to use it, I'm trying to check if a variable, which contains a string, consists of only spaces, tabs and newlines. How would I use issppace() as I'm confused with it always being False?.
Help would be much appreciated.