NPTEL Programming Data Structures And Algorithms Using Python Assignment 2 Answer 2023
We Discuss About That NPTEL Programming Data Structures And Algorithms Using Python Assignment 2 Answer 2023
NPTEL Programming Data Structures And Algorithms Using Python Assignment Answer – Here All The Questions and Answers Provided to Help All The Students and NPTEL Candidate as a Reference Purpose, It is Mandetory to Submit Your Weekly Assignment By Your Own Understand Level.
Are you looking for the Assignment Answers to NPTEL Programming Data Structures And Algorithms Using Python Assignment 2 Answer 2023? If Yes You are in Our Great Place to Getting Your Solution, This Post Should be help you with the Assignment answer to the National Programme on Technology Enhanced Learning (NPTEL) Course “NPTEL Programming Data Structures And Algorithms Using Python Assignment 2 Answer 2023”
Table of Contents
NPTEL Programming Data Structures And Algorithms Using Python Assignment
INTENDED AUDIENCE: Students in any branch of mathematics/science/engineering, 1st year
PREREQUISITES: School level mathematics.
This course can have Associate in Nursing unproctored programming communication conjointly excluding the Proctored communication, please check announcement section for date and time. The programming communication can have a weightage of twenty fifth towards the ultimate score.
- Assignment score = 25% of average of best 8 assignments out of the total 12 assignments given in the course.
- ( All assignments in a particular week will be counted towards final scoring – quizzes and programming assignments).
- Unproctored programming exam score = 25% of the average scores obtained as part of Unproctored programming exam – out of 100
- Proctored Exam score =50% of the proctored certification exam score out of 100
UNPROCTORED PROGRAMMING EXAM SCORE >=10/25 AND PROCTORED EXAM SCORE >= 20/50.
CHECK HERE OTHERS NPTEL ASSIGNMENTS ANSWERS
BELOW YOU CAN GET YOUR NPTEL Programming Data Structures And Algorithms Using Python Assignment 2 Answer 2023? :
All questions carry equal weightage. All Python code is assumed to be executed using Python3. You may submit as many times as you like within the deadline. Your final submission will be graded.Note:
- If the question asks about a value of type string, remember to enclose your answer in single or double quotes.
- If the question asks about a value of type list, remember to enclose your answer in square brackets and use commas to separate list items.
Answer : 7, 11, 13
NPTEL Programming Data Structures And Algorithms Using Python Week 2 Assignment :
You have to copy and do correct way for Syntax :
def primeproduct(m):
P=list()
if m>=2:
for k in range(2,m):
if m%k==0:
P=P+[k]
if len(P)==2:
if m==P[0]*P[1]:
if P[1]%P[0]==0:
return(False)
return(True)
elif len(P)==1:
if m==P[0]*P[0]:
return(True)
else:
return(False)
else:
return(False)
def delchar(s,c):
if len(c)==1:
s=s.replace(c,”)
ans=s
else:
ans=s
return(ans)
def shuffle(l1,l2):
ans=[]
if len(l1)!=0 and len(l2)!=0:
for q in range(min(len(l1), len(l2))):
ans.extend([l1[q],l2[q]])
ans.extend(l1[q+1:] or l2[q+1:])
else:
ans.extend(l1[0:] or l2[0:])
return(ans)
Yhaa You have done it but next? if YOU Want to your Others NPTEL Programming Data Structures And Algorithms Using Python Assignment 2 Answer 2023 Then Follow US HERE and Join Telegram.