Saved Bookmarks
| 1. |
Can non graphic character be used and processed in python? how? give example |
|
Answer» Answer: Python is a scripting language and yes, non-graphic CHARACTERS can be used in it. ... An example of python USING non-graphic characters is LINE feed or CARRIAGE RETURNS, which are control actions. |
|