Re: simple string backspace question
- From: raims@xxxxxxx (Lawrence Oluyede)
- Date: Tue, 31 Jul 2007 11:57:09 +0200
<vedrandekovic@xxxxxxxxxxxxxx> wrote:
"HelloBSworld"text="Hello\bworld"
print text
Should this character "\b" (backspace) in this text return this:
"Helloworld"?
rhymes@groove ~ % python Python
2.5.1 (r251:54869, Apr 18 2007, 22:08:04)
[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
Hellworldtext="Hello\bworld"
print text
What system are u using?
--
Lawrence, oluyede.org - neropercaso.it
"It is difficult to get a man to understand
something when his salary depends on not
understanding it" - Upton Sinclair
.
- References:
- simple string backspace question
- From: vedrandekovic
- simple string backspace question
- Prev by Date: simple string backspace question
- Next by Date: Re: simple string backspace question
- Previous by thread: simple string backspace question
- Next by thread: Re: simple string backspace question
- Index(es):
Relevant Pages
|