It returns True if string contains printable element or empty other vise returns False.

It returns false when string contains element like \n in string which is not printable used for print in next line.

How to use Str.isprintable in Python:

how to write str.isprintable
1.String isprintable

 

By SC

One thought on “Str.isprintable”

Comments are closed.