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