Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 580 Bytes

File metadata and controls

8 lines (5 loc) · 580 Bytes

First Programs

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)