codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 170 forks source link

Write a Python program to convert string to titlecase #1864

Closed harshraj8843 closed 1 year ago

harshraj8843 commented 1 year ago

Description

Write a Python program to convert string to titlecase

Titlecase is a style of writing in which the first letter of each word is capitalized.

Input  : "hello world"
Output : "Hello World"
How to contribute - Save the solution in `program/convert-string-to-titlecase.py` file - Add `convert-string-to-titlecase.py` file in `convert-string-to-titlecase` folder
grraghav120 commented 1 year ago

!assign

kshitijv256 commented 1 year ago

!assign

harshraj8843 commented 1 year ago

Hey @kshitijv256, this issue is already assigned to @grraghav120 !!!

Please choose another issue.

Thanks for your interest in contributing to this project.