Category: python very small program assignments
Hyphenate Letters in Python
Ayush Purawr November 29, 2022
Problem Statement: It is really easy to hyphenate letters in python. We just need to add hyphens or dash: “-” between each alphabet in the…
Earthquake in Python | Easy Calculation
Ayush Purawr November 17, 2022
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…
Striped Rectangle in Python
Ayush Purawr November 17, 2022
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…
Perpendicular Words in Python
Ayush Purawr November 17, 2022
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…