Author: Harry
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…
Make money with Python in 2022
Hello friends, do you know there are many ways to can make money with Python? Yes, I am not joking, this is absolutely real, anyone…
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…
Two words combination in Python
Problem Statement: We are given a sentence, we need to find all possible combinations of two words and print them in lexicographical order. Ignore all…
ID Card in Python
You are in college. Every student in your college has a unique ID on their ID Card. Unique ID contains letters, numbers, and hyphens(-). But…
Cipher with a key in Python | Assignment Expert
Cipher means an algorithm that can be used to encrypt or decrypt messages or sentences. Encrypt means converting a message to a secret form that…
Multiple of 5 in Python
Problem Statement: Here, we need to take an integer as input. Then, we need to take n integers as input in the next n lines….
Sandglass Star in Python
Problem Statement: The problem statement is straightforward, we need to print a sandglass pattern using ‘*‘. We are given an integer and we need to…
