Author: Harry
Top 5 Free Python Courses on YouTube in 2022
We all know the YouTube is the best platform where you can find many tutorial series to learn anything. But, do you know that there…
Create and print list-3 in Python
Problem Statement: To create and print list-3 in python, we need to accept two types of inputs, 1st one is N i.e. number of elements…
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…
