python_ref_string_islower_1.py:
x
 
txt = "hello world!"
x = txt.islower()
print(x)