python_ref_string_isprintable_1.py:
x
 
txt = "Hello! Are you #1?"
x = txt.isprintable()
print(x)