0% found this document useful (0 votes)
21 views2 pages

CS 1101 Learning Guide Unit 6 Programming Assignment Home

Uploaded by

homepoet
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views2 pages

CS 1101 Learning Guide Unit 6 Programming Assignment Home

Uploaded by

homepoet
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Learning Guide Unit 6: Programming Assignment | Home https://my.uopeople.edu/mod/book/view.php?

id=412664&chapterid=497898

By the end of this assignment, you will be able to perform addition, deletion, and sorting on the elements of the list as well shall be able to
experiment list and related operators

Consider that you are working as Data Analyst in an organization. The HR department needs you to carry out following operation on
existing list of 10 employees name (you can assume 10 names in a list here).

1. Split the list into two sub-list namely subList1 and subList2, each containing 5 names.
2. A new employee (assume the name “Kriti Brown”) joins, and you must add that name in subList2.
3. Remove the second employee's name from subList1.
4. Merge both the lists.
5. Assume there is another list salaryList that stores salary of these employees. Give a rise of 4% to every employee and update
the salaryList.
6. Sort the SalaryList and show top 3 salaries.

Write the Python code and output for the same.

Design a program such that it converts a sentence into wordlist. Reverse the wordlist then. Write the code and output for the same.

The code and its output must be explained technically. The explanation can be provided before or after the code, or in the form of
comments within the code.

Upload a word document for the submission

If you use an informational source, be sure to identify the source and share the link to the source you used. Practice using APA citations and
references when you use ideas from the readings or other sources.

1 of 2 5/17/2024, 8:44 AM
Learning Guide Unit 6: Programming Assignment | Home https://my.uopeople.edu/mod/book/view.php?id=412664&chapterid=497898

2 of 2 5/17/2024, 8:44 AM

You might also like