Nptel week 1 answers : Python for data science drop a comment for more week answers
What is the output of the following code?
Ans: 121212
1 point
What is the output of the following code?
ANS: -2
1 point
Consider a following code snippet. What is a data type of y?
1 point
Which of the following variable names are INVALID in Python?
1 point
While naming the variable, use of any special character other than underscore(_) ill throw which type of error?
1 point
Let x = “Mayur”. Which of the following commands converts the ‘x’ to float datatype?
ANS: Cannot convert a string to float data type
1 point
Which Python library is commonly used for data wrangling and manipulation?
1 point
Predict the output of the following code.
1 point
Given two variables, j = 6 and g = 3.3. If both normal division and floor division operators were used to divide j by g, what would be the data type of the value obtained from the operations?
1 point
Let a = 5 (101 in binary) and b = 3 (011 in binary). What is the result of the following operation?
Comments
Post a Comment