SPSS tutorials website header logo SPSS TUTORIALS BASICS ANOVA REGRESSION FACTOR CORRELATION

Escape Sequence (General Concept)

Introduction

An escape sequence is a combination of characters that has a special meaning.

Escape Sequences in General

Escape Sequences in SPSS

Escaping in Python

Python Escape Sequence Examples

begin program.
print 'line 1\nline 2\nline 3'
print 'This is a backslash: \\'
print 'Don\'t worry be happy!'
end program.

Tell us what you think!

*Required field. Your comment will show up after approval from a moderator.