Header Ads Widget

Python for Data Science Week 1 Nptel Assignment Answers

 

Python for Data Science Week 1 Nptel Assignment Answers



What is the output of the following code?



 
 
 
 
1 point
What is the output of the following code?


 
 
 
 
1 point
Consider a following code snippet. What is a data type of ?


 
 
 
 
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(_) will throw which type of error?
 
 
 
 
1 point
Let x = “Mayur”. Which of the following commands converts the ‘x’ to float datatype?
 
 
 
 
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?


 
 
 
 

Post a Comment

0 Comments