Assignment 1 Find the absolute value of 3+4j Assignment 2 What is the datatype of number 999999999999999999? Is it not int? Assignment 3 Using python find sqaure root of 3. Assignment 4 Now, Is 3**1/2 and 3**0.5 same? Assignment 5 Check if 3 is an element of the list [1,7,5,3,4]. In case it is change it to 21. Assignment 6 Convert the string "Elizabeth is queen of england" to "Elizabeth is queen" Assignment 7 1. What is the major diffence between tuples and lists? 2. Split this string on whitespaces string="Split this string on whitespaces"