Posted in python very small program assignments

Series of operations in JavaScript

Problem Statement: In this problem, we are given an array. We need to perform some specific operations on every element of the array.Multiply by 10Subtract…

Continue Reading
Posted in python very small program assignments

Sum of prime numbers from m to n in Python

Problem Statement: In the sum of prime numbers from m to n in python, we need to take two integers as input and should print…

Continue Reading
Posted in python very small program assignments

Greater than N in Python

Problem Statement: In greater than N in Python, we need to ask the user to enter an integer, then we need to check whether the…

Continue Reading
Posted in python very small program assignments

Right triangle in Python

Problem Statement: In this problem of the Right triangle in Python, we need to print a right-angled triangle pattern. Triangle should make 90* at the…

Continue Reading
Posted in python very small program assignments

Split the sentence in Python

Problem Statement: In this problem of split the sentence in python, we need to ask the user to enter a sentence and we should print…

Continue Reading
Posted in python very small program assignments

Index of last occurrence in Python

Problem Statement: In this problem of the index of the last occurrence in python, we are given a list of integers and a number N….

Continue Reading
Posted in python very small program assignments

Word count in Python

Problem Statement: In this problem of word count in python, we are given a sentence and we need to find the count of all words…

Continue Reading
Posted in python very small program assignments

Ordered Matrix in Python

Problem Statement: In the ordered matrix in python, we are given a matrix of integers. We need to convert the given matrix to an ordered…

Continue Reading
Posted in python very small program assignments

Largest Number in the list in Python

Problem Statement: In the problem of largest number in the list in python, we are given a list and we need to find the largest…

Continue Reading
Posted in python very small program assignments

Min-sum in Python

Problem Statement: In min-sum in python, we are given a list of numbers. We need to find the pair having the smallest values in the…

Continue Reading