The Joy Of Computing Using Python Nptel Assignment Answers Week 11 | NPTEL Week 11 Programming Assignment | NPTEL Assignment Solutions

NPTEL The Joy Of Computing Using Python Week 11 Programming Assignment | NPTEL Swayam Assignment Answers


the joy of computing using python nptel assignment answers week 11



Join Us On Telegram

👇👇👇👇👇👇
telegram

Join Us On Youtube

👇👇👇👇👇👇

youtube


Nptel Week 11 Programming Assignment Answers:



Q.1: Take 3 sides of a triangle as an input and find whether that triangle is a right angled triangle or not. Print 'YES' if a triangle is right angled triangle or 'NO' if it's not.

Input:
3
4
5

Output
YES


Code:






Q.2: Write a program that accepts a hash-separated sequence of words as input and prints the words in a hash-separated sequence after sorting them alphabetically in reverse order.

Input:
hey#input#bye

Output:
input#hey#bye


Code:






Q.3: Write a program which takes two integer a and b and prints all composite numbers between a and b. (both numbers are inclusive)

Input:
10
20

Output:
10
12
14
15
16
18
20


Code:





If you are facing any queries regarding this assignment solutions, then please drop comment in comment section.

Post a Comment

0 Comments