4. Can nongraphic characters be used and processed in Python? How? Give examples to support your answer.

Yes, Non graphic characters can be used and processed in python by using backslash ‘ \ ‘ followed by one or more character. for example – ‘\n’, ‘\t’, ‘r’ etc.

error: Content is protected !!