python_ref_string_isprintable_2.py:
x
 
txt = "Hello!\nAre you #1?"
x = txt.isprintable()
print(x)