Author: Harry
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…
Multiple of 3 in Python | Assignment Expert
Problem Statement: We need to take an integer n as input, then the next n lines will take 1 integer as input. We need to…
Ticket selling in Cricket Stadium using Python | Assignment Expert
Problem Statement: There’s a ticket-selling booth at the cricket stadium from where visitors have to buy tickets and only then, do they get entry. The…