Posted in python very small program assignments

Reaching Ground Floor in Python

Problem Statement: You are on the top floor of a mall and you want to go out of the building. You’re car is in the…

Continue Reading
Posted in python very small program assignments

Number of Moves in Python

Problem Statement: Amir created a challenge where he have to calculate the total number of squares a bishop can move. He knows the nxn size…

Continue Reading
Posted in python very small program assignments

Starks Adventure in Python

Problem Statement: House Stark of Winterfell is a Great House of Westeros and the royal house of the Kingdom of the North. Every once a year, the king offers 5 people…

Continue Reading
Posted in python very small program assignments

Neutralization in Python | Assignment Expert

Problem Statement: You are given two strings and you want to neutralize them into one. Write a Python script that neutralizes two strings into one….

Continue Reading
Posted in allcategorites python very small program assignments

Free shipping in Python

Problem Statement: There’s a big festival sale running on an e-commerce website. There are certain conditions for shipping charges and under the sale and there…

Continue Reading
Posted in allcategorites python very small program assignments

Raj has ordered two electronic items Python | Assignment Expert

Problem Statement: Raj has bought two electronic items x and y with two years of warranty each. But the items didn’t work properly after a…

Continue Reading
Posted in python very small program assignments

First Place in Python

Problem Statement: You are given two strings S1 and S2. You have to check if S1 is the string rotation of S2.One string is a…

Continue Reading
Posted in python very small program assignments

Triples with Properties in Python

Problem Statement: Joey wants to find a triplet of integers x, y, and z such that it satisfies these two conditions: where A and B…

Continue Reading
Posted in allcategorites python very small program assignments

Nested list Indexing Python

Problem Statement: We are given a list of tuples. We need to ask the user to enter a number and then we need to search…

Continue Reading
Posted in python very small program assignments

Team Points in Python

Problem Statement: This is IPL and matches are going on. You are a programmer who writes programs to output summarized charts of matches already played.You…

Continue Reading