Like other programming languages python has standard data types, those are Numbers Strings List Tuple Dictionary In python, there is no explicit declaration of variables. As we know a variable is a reserved memory location to store specified data values. When a variable is created it reserves a space in …
Read More »