Question: Illustrate three operations for: - string manipulation (e.g., count the number of characters, replacing characters, etc.) - lists (e.g., slicing, adding an element, removing an
Illustrate three operations for: - string manipulation (e.g., count the number of characters, replacing characters, etc.) - lists (e.g., slicing, adding an element, removing an element, etc.) - dictionaries (e.g., creating a dictionary, update a value, etc.) - sets (e.g., union, intersection, difference, etc.) So, in total 12 operations. And each operation is worth 5pts Be creative in the illustrations. You can choose the data that you would like. To help you get started, look at the Jupyter Notebooks of the 2nd week, I illustrated several operations using data on US presidents. Please, use different data (e.g., countries, US senators, companies, etc.). You can also create your own data. If you illustrate an operation that I did not cover in class (Jupyter Notebooks of the 2nd week), you will get 1 point extra credit for each new operation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
