Tag: escape sequence
-
JavaEscape Sequence
Java allows us to have certain non-graphic characters in character constants. (non-graphic characters are those which cannot be typed directly…
April 21, 2022
-
PythonStrings in Python
A Python string is a collection of characters enclosed by single, double, or triple quotes. The string is an immutable…
November 23, 2022