Python-Data Representation
To represent the data in Python Programming we require three things:
1)Literals/values, 2)Data types, 3)Identifiers/Variables/Objects
Literals are nothing but input values passing to the program.
For example: Numeric Literals( int, float) , Boolean L...
sk-techtries.hashnode.dev2 min read