I am working on Python and have been experimenting with the escape sequences \v and \f. The output seems to be giving strange symbols where I put these 2 escape sequences. I am not able to post the image of the output due to some spam prevention policies by the website. Could someone give any ideas as to what could be the problem. Thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
Escape-sequences are documented here:
If you print them in the REPL you get the hexadecimal value (
As with some other conventions, the Aside:
|
||||
|
|