diff --git a/Week 1/Python Datatypes and Type Conversion.md b/Week 1/Python Datatypes and Type Conversion.md index a73276f..ac4a476 100644 --- a/Week 1/Python Datatypes and Type Conversion.md +++ b/Week 1/Python Datatypes and Type Conversion.md @@ -11,7 +11,7 @@ - C. convertor() - D. split() -*Answer :-* +*Answer :-D. split() * *2. Which of the following is not the data type in python?* - A. tuple @@ -19,7 +19,7 @@ - C. set - D. list -*Answer :-* +*Answer :-B. class* *3. Which of the following is the example of the type conversion?* - A. str(2) @@ -27,7 +27,7 @@ - C. str(list) - D. All of the above -*Answer :-* +*Answer :-D. All of the above* *4. Which of the following can convert the string to float number?* - A.str(float,x) @@ -35,7 +35,7 @@ - C. int(float(str)) - D. float(str) -*Answer :-* +*Answer :-D. float(str) * *5. If we change one data type to another, then it is called?* - A. Type Conversion @@ -43,6 +43,6 @@ - C. Both of the Above - D. None of the Above -*Answer :-* +*Answer :-C. Both of the Above*