Literal
Literal is a notation of representing a fixed value in source code. these are data given to variable and constant.
name='Rama'
age=20
'Rama', 20 is called Literal
Literal is a notation of representing a fixed value in source code. these are data given to variable and constant.
name='Rama'
age=20
'Rama', 20 is called Literal