Hyphenate Letters in Python

Problem Statement: It is really easy to hyphenate letters in python. We just need to add hyphens or dash: “-” between each alphabet in the…

Continue Reading

Earthquake in Python | Easy Calculation

Problem Statement: The problem of the earthquake in python is that we need to find the difference in energy of an earthquake of a certain…

Continue Reading

Striped Rectangle in Python

Problem Statement: The problem is that we need to display a striped rectangle in python. The number of rows and columns is input by the…

Continue Reading

Perpendicular Words in Python

Problem Statement: We need to convert normal words into perpendicular words in python. The user will input a series of words with an equal number…

Continue Reading