30 Days of Code — Day 0

Tyler Carter
Mar 7, 2021
Photo by Shahadat Rahman on Unsplash

As a forcing function to get myself into the habit of writing these articles — I have decided to write an article for each day of the 30 Days of Code challenge from Hacker Rank.

The Task

The task was simply to save a standard input to a variable and print it out on a separate line along with the string “Hello, World.

The Code

The Result

>? Hello everyone!
… Hello, World.
… Hello everyone!

Conclusion

While very simple and one of the first things you learn to do in programming, it is still a great start to more challenging tasks as the days start!

--

--

Tyler Carter
0 Followers

I am currently an Operations Program Manager for Microsoft. I have been teaching myself Python to use for Data Analytics and Machine Learning.