python_ref_string_isspace_1.py:
x
 
txt = "   "
x = txt.isspace()
print(x)