Author: Harry
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…
Install NumPy in PyCharm
There are two ways to install NumPy in PyCharm, you can apply these two ways to install any package in PyCharm. 1st way is using…
Factorial Program in Python: Top 6 Methods
What is factorial? The factorial of a number(non-negative integers) is the product of all positive numbers that are less than or equal to the number…
Top 10 Java Projects with source code
Java is one of the most common programming languages which is used in multiple fields like web and application servers, game development, desktop apps, mobile…
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…
Best 100+ Python Projects with source code
We recommend you bookmark this page before you lost it as you will surely need this in the future because we have presented the best…
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…