Latest Posts

Latest Posts

String Formatting in Python - HackerRank Solution

Problem Statement : Given an integer, n, print the following values for each integer i from 1 to n:      1. Decimal      2. Octal      3. He...

Pradyut Pal 10 Nov, 2021

Designer Door Mat in Python - HackerRank Solution

Problem Statement : Mr. Vincent works in a door mat manufacturing company. One day, he designed a new door mat with the following specificat...

Pradyut Pal 10 Nov, 2021

Text Wrap in Python - HackerRank Solution

Problem Statement : You are given a string S and width w. Your task is to wrap the string into a paragraph of width w. Input Format: The fir...

Pradyut Pal 10 Nov, 2021

Text Allignment in Python - HackerRank Solution

Problem Statement : In Python, a string of text can be aligned left, right and center. .ljust(width) This method returns a left aligned stri...

Pradyut Pal 7 Nov, 2021

String Validators in Python - HackerRank Solution

Problem Statement : Python has built-in string validation methods for basic data. It can check if a string is composed of alphabetical chara...

Pradyut Pal 7 Nov, 2021

Find a string in Python - HackerRank Solution

Problem Statement : In this challenge, the user enters a string and a substring. You have to print the number of times that the substring oc...

Pradyut Pal 6 Nov, 2021