1
1
1
lOMoARcPSD|46679252
IT1815
Laboratory Exercise
Understanding Algorithm with Python
Objective:
Software Requirement:
Procedure:
IT1815
6. Create another Python script that will display the names of your three (3) classmates. Refer to the
sample syntaxes and algorithm below.
6.1. User enters the name of the first classmate.
6.2. User enters the name of the second classmate.
6.3. User enters the name of the third classmate.
6.4. The name of the three (3) classmates are displayed.
7. Save the script as algo2.py.
8. Create a folder named LastName_FirstName_MI_LE1 (ex. Reyes_Nika_P_LE1) in your local drive.
9. Move the two (2) scripts to your folder.