Week 8 Programming Assignment Solutions | The Joy of Computing using Python
The Joy of Computing using Python | Week 8 Programming Assignment Solutions | NPTEL | Swayam
The Joy of Computing using Python : Week 8 Programming Assignments | NPTEL
Hi Everyone,
Welcome to "Simple Edu Talk" Channel.
Here I will provide for you NPTEL THE JOY OF COMPUTING USING PYTHON All Assignment Quiz Answers.
So please subscribe this channel and press the bell icon to get new video Notification first and then you can watch new assignment answers video.
#nptel #thejoyofcomputingusingpython #python
Website Link : https://nptelcodes.blogspot.com/
All Codes Link: https://edugyantech.blogspot.com/2022...
TOPIC
Week 8: Programming Assignment 1
Write a function cubeT that accepts a list L and returns a tuple containing cubes of elements of L.
Input
A tuple T
Output
Cube of T
Week 8: Programming Assignment 2
Given a string S, write a function replaceV that accepts a string and replace the occurrences of 3 consecutive vowels with _ in that string. Make sure to return the answer string.
Input:
aaahellooo
Output:
hell
Week 8: Programming Assignment 3
Given a list L, write a program to shift all zeroes in list L towards the right by maintaining the order of the list. Also print the new list.
Input:
[0,1,0,3,12]
Output:
[1,3,12,0,0]
Follow Us:-
Telegram Channel Link..
https://t.me/simpleedutalk
Facebook:-
/ simpleedutalk
Twitter:-
/ simpleedutalk1
Thank you 🌹🌹
#simpleedutalk #NPtelJoyWeek2programming #Joyweek2programminganswers