Day2: ----- DataType Keyword Questions(Theory) ------------------ 1.What are datatypes available in python? 2.What is mean by dynamically type? 3.Write a syntax of variable decleration? 4.What are rule for creating variable ? 5.What is purpose of print() ? 6.What is purpose of type()? 7.Is it possible to change variable value? 8.What happen we can intialize the same variable again in python ? 9.what is meant by variable? 10.How do you command the line? QUESTIONS(Programs) ------------------- QUESTION 1: ------------ Description: Using datatype initialize the below details emp_Id emp_Name emp_Email emp_Phone_No emp_Salary emp_Gender emp_City QUESTION 2: ------------ Description: Using datatype initialize the below details clg_Id clg_Name clg_Email clg_Phone_No clg_Code clg_Dept_Count clg_Address QUESTION 3: ------------ Description: Using datatype initialize the below details com_Id com_Name com_Email com_Phone_No com_Employee_Count com_Location com_Revenue com_CEO com_Founded_Date