Skip to main content

Posts

Featured

NPTEL! Python For Data Science Week 1 Answer 2024

Please Refer here to See the Detailed Explanation  YOUTUBE EXPLANATION VIDEO Week 1 : Assignment 1 Due date: 2024-02-07, 23:59 IST. Your last recorded submission was on 2024-01-13, 07:51 IST 1 point What is the output of the following code?   36   121212   123   Error: Invalid operation, unsupported operator ‘*’ used between ‘int’ and ‘str’ ANSWER : 36 1 point What is the output of the following code?   -1   -2   -1.28   1.28 ANSWER : -2 1 point Consider a following code snippet. What is a data type of  y � ?   int   float   str   Code will throw an error ANSWER : str 1 point Which of the following variable names are  INVALID  in Python?   1_variable   variable_1   variable1   variable# ANSWER : 1_variable                         variable# 1 point While naming the variable, use of any special character other than underscore(_) will throw which type of error?   Syntax error   Key error   Value error   Index error ANSWER : Syntax Error 1 point Let x = “Mayur”. Which of the follow

Latest posts

Python for data science Week 4 Answers

Python For Data Science week 3 Answers