0
Can nongraphic characters be used and processed in python?how?please explain with example🙏
4 ответов
+ 2
As python is a scripting language so nongraphic character can be used.we can do this by using a backlash...
Eg- print( 'my name is \nvishal')
+ 1
Can you give an example with some of these characters you are taking about? Thanks!
+ 1
We can include nongraphic characters through escape sequences .....
For example:\n,\t
0
I got the answer