python_ref_string_isspace_2.py:
x
 
txt = "   s   "
x = txt.isspace()
print(x)