Closed BarAzenkot closed 1 year ago
Write a program to convert string to snakecase
Input : "hello world" Output : "hello_world"
👋🏻 Hey @BarAzenkot
💖 Thanks for opening this issue 💖
A team member should be by to give feedback soon.
Description
Write a program to convert string to snakecase
Input : "hello world" Output : "hello_world"