Category: 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…
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…
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…
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…
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…
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….
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…
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…
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…
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…