Thread
:
[tutorial] Python for programming beginners
View Single Post
Dec 10th, 2005, 10:14 AM
#
19
Klipt
Hobbyist Programmer
Join Date: Dec 2005
Posts: 118
Rep Power:
0
\b works in Python too.
(
Toggle Plain Text
)
print "hello \bhello"
print "hello \bhello"
output:
Quote:
hellohello
or more importantly:
(
Toggle Plain Text
)
print "two ha", print "\blves"
print "two ha", print "\blves"
output:
Quote:
two halves
Klipt
View Public Profile
Find More Posts by Klipt