Day 2: --------- DataType Keyword input() method 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 ? QUESTIONS(Programs) -------------------- QUESTION 1: ------------ Description: Using datatype intialize the below details emp_Id emp_Name emp_Email emp_Phone_No emp_Salary emp_Gender emp_City QUESTION 2: ------------- Description: Using input() method get the below details studentId studentName Mark_1 Mark_2 Mark_3 Mark_4 Mark_5 :Find the total and average of marks QUESTION 3: ------------ Description: Using input() method get the below details student_Id student_Name student_Email student_Phoneno student_Dept student_Gender student_City QUESTION 4: ------------ Description: Using datatype intialize the below details clg_Id clg_Name clg_Email clg_Phone_No clg_Code clg_Dept_Count clg_Address QUESTION 5: ------------ Description: Using datatype intialize the below details com_Id com_Name com_Email com_Phone_No com_Employee_Count com_Location com_Revenue com_CEO com_Founded_Date QUESTION 6: ------------ Description: Using input() method get 15 bankdetails [15 variables] QUESTION 7: ------------ Description: Using input() method enter all state name in India QUESTION 8: ------------ Description: Using input() method get below details district_State district_Name district_Area district_population district_Captial district_Urban_Count district_Rural_Count