Creating Lists in python
Assigned 3,45,50,100 Values in Variable Named data and Print the data and Check the datatype of the data variable, The data type is shown as List. As We have also Printed Different Datatype Values in Variable data1; List is a heterogeneous data type so it will allow us to print different Data type Values . …