In this folder you will find the most basic programs written in Python. If you just started learning the language this is the place to start.
Hello, World Program - The classic "Hello, World" program that prints out this famous message.
Text/Name Input Program - Asks for the user's name, greets the user using that name. (print function's 'sep' and 'end' arguments explained)