Posts
Data Include Me
Cancel

URL : https://www.hackerrank.com/challenges/swap-case/problem You are given a string and your task is to swap cases. In other words, convert all lowercase letters to uppercase let...

URL : https://www.hackerrank.com/challenges/python-lists/problem Consider a list (list = []). You can perform the following commands: insert i e: Insert integer e at position i. ...

URL : https://www.hackerrank.com/challenges/itertools-combinations-with-replacement/problem This tool returns r length subsequences of elements from the input iterable allowing individ...

URL : https://www.hackerrank.com/challenges/collections-counter/problem A counter is a container that stores elements as dictionary keys, and their counts are stored as dictionary valu...

URL : https://www.hackerrank.com/challenges/write-a-function/problem An extra day is added to the calendar almost every four years as February 29, and the day is called a leap day...

URL : https://www.hackerrank.com/challenges/whats-your-name/problem You are given the firstname and lastname of a person on two different lines. Your task is to read them and print the...

URL : https://www.hackerrank.com/challenges/the-minion-game/problem Kevin and Stuart want to play the ‘The Minion Game’. Game Rules Both players are given the same...

URL : https://www.hackerrank.com/challenges/text-wrap/problem You are given a string s and width w. Your task is to wrap the string into a paragraph of width w. Input Forma...

URL : https://www.hackerrank.com/challenges/text-alignment/problem In Python, a string of text can be aligned left, right and center. .ljust(width) This method returns a l...

URL : https://www.hackerrank.com/challenges/string-validators/problem Python has built-in string validation methods for basic data. It can check if a string is composed of alphabetical...