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...
Problem Statement : Given an integer, n, print the following values for each integer i from 1 to n: 1. Decimal 2. Octal 3. He...
Problem Statement : Mr. Vincent works in a door mat manufacturing company. One day, he designed a new door mat with the following specificat...
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...
Problem Statement : In Python, a string of text can be aligned left, right and center. .ljust(width) This method returns a left aligned stri...
Problem Statement : Python has built-in string validation methods for basic data. It can check if a string is composed of alphabetical chara...
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...