Inspiration
GHW beginner's challenge invited us to write a hello world program.
What it does
I decided to add a twist to it: the app asks the users how much hello is too hello, and then prints just under that many lines of hello world
How we built it
Using Python, an input statement for how many hellos is too many hellos, then save that to a variable, and then print that using a for loop
Challenges we ran into
Had a lot of tabs open so took a few seconds to get VS Code open and configure a python environment using Conda
Accomplishments that we're proud of
More than just a simple hello world!
What we learned
No project is too small
What's next for Hello World
Perhaps a feature to also account for sensitivity of users, so I print not just one less than the max but 3 or 4 less than the max hellos that users are comfortable with.
Log in or sign up for Devpost to join the conversation.