Posted in python very small program assignments

Evens and Odds in Python

Problem Statement: In this Evens and Odds in Python, we are given two numbers, we need to find the count of even and odd numbers…

Continue Reading
Posted in python very small program assignments

A Game of Letters in Python

Problem Statement: In this problem of A Game of Letters in Python, we are given two strings, we need to create and print a new…

Continue Reading
Posted in python very small program assignments

Sum of non-primes in Python

Problem Statement: In the Sum of non-primes in Python, we are given a list of numbers, we need to find the sum of non-prime numbers…

Continue Reading
Posted in python very small program assignments

Smallest Missing Number in Python

Problem Statement: In the smallest missing number in Python, we are given a list of numbers, and we need to find the smallest missing number…

Continue Reading
Posted in allcategorites python very small program assignments

String Rotation in Python

Problem statement: In String Rotation in Python, we are given two strings, we need to find the number of rotations required to match 1 string…

Continue Reading
Posted in python very small program assignments

Secret Message in Python

Problem statement: We need to create a secret message in Python by mirroring a string. We will be given a string, first, we need to…

Continue Reading
Posted in python very small program assignments

Word Mix in Python

Problem Statement: We are given a sentence, we need to word mix in Python means we need to mix the words of the sentence such…

Continue Reading
Posted in python very small program assignments

Single Digit Number in Python

Problem Statement: In this Single Digit Number in Python problem, we are given a number, we need to add its digits, and we need to…

Continue Reading
Posted in python very small program assignments

Shift Numbers in Python | Assignment Expert

Hello friends, in this article you will learn how to shift numbers in Python in a string from any place of string to the start…

Continue Reading
Posted in python very small program assignments

Weekend in Python

Checking whether a date is a weekday or weekend in Python is very easy. If you don’t know, weekend days are Saturday and Sunday. Check…

Continue Reading