underscore(_)
nothing is an identifier. All the keywords
are not identifiers. literals are only information will be given to constants or factors. The literals can be characterized as takes after. No unique character with the exception of underscore ( _ )
can be utilized as an identifier.
None
is utilized to determine to that handle that is not made. It is likewise utilized for end of records as a part of Python. Accumulations, for example, tuples, records and Dictionary are utilized as a part of Python. The following is an example for multi line String.
[c]>>> text1='hello\
user'
>>> text1
'hellouser'
>>> [/c]
The following is an example for adding black slash at the end of each line.
[c]>>> text1='hello\
user'
>>> text1
'hellouser'
>>> [/c]