Description
- Install Python from python.org
- Create a file using a text editor like Notepad++.
- Name the source file program_1.py.
- This first assignment is easy. Simply code ex-4.py as shown. See the course content for ex-4.py.
- Output a header in the console: “This is Program 1”
Input the Last name, Hometown, Occupation, and Hobby as shown (use your own data).
- Output the data as shown.
- Output the ‘Alternative Output’ as shown.
- Output the ‘More Options’ as shown.
Console Output:
TEST – TEST – TEST your application to ensure the specific program requirements are met.
- Use the list above and the common requirements as a confirmation checklist.
- Not meeting all requirements = 0 points for the assignment.



