Your first order of business is to define a function. When Python executes your program it will read instructions, one line at a time from the start of the program to the end of the program. It’s time for you to write your program! You can hardly call yourself a programmer without writing a “hello world” program.