Alphabet Rangoli in Python - HackerRank Solution
Problem You are given an integer, N . Your task is to print an alphabet rangoli of size N . (Rangoli is a form of Indian folk art based on c...
Problem You are given an integer, N . Your task is to print an alphabet rangoli of size N . (Rangoli is a form of Indian folk art based on c...
Problem Given an integer, , print the following values for each integer i from 1 to 10 : Decimal Octal Hexadecimal (capitalized) Binary Fu...
Problem You are given a string and your task is to swap cases. In other words, convert all lowercase letters to uppercase letters and vice v...
Program You are given the firstname and lastname of a person on two different lines. Your task is to read them and print the following: H...
Problem Task Given an integer, n, and n space-separated integers as input, create a tuple, t, of those n integers. Then compute and print t...
Problem Consider a list (list = []). You can perform the following commands: insert i e: Insert integer e at position i. print: Print the l...
Problem Nested list Hackerrank solution Given the names and grades for each student in a class of students, store them in a nested list and...
Problem Given the participants' score sheet for your University Sports Day, you are required to find the runner-up score. You are given ...
Problem Let's learn about list comprehensions! You are given three integers x and y representing the dimensions of a cuboid along with a...
Problem The provided code stub will read in a dictionary containing key/value pairs of name:[marks] for a list of students. Print the averag...
Prime Game Rax, a school student, was bored at home in the pandemic. He wanted to play but there was no one to play with. He was doing s...
Virus Outbreak In the Martian land faraway, a new virus has evolved and is attacking the individuals at a fast pace. The scientists have ...
This time, TechGig: Largest Tech Community | Tech News & Hackathons has provided very good question, which will take sometime to r...
Print all the prime number from 1 to N number Step to create these program: First we take the first number as 1 Then we take the second num...
Problem The included code stub will read an integer, n , from STDIN. Without using any string methods, try to print the following: 123.....n...