Question: language - python through the system google collab Exercise 8 What is the decimal encodings of Hi! in ASCII Exercise 9 Given the following string

Exercise 8 What is the decimal encodings of "Hi!" in ASCII Exercise 9 Given the following string "Tell Me and I forget. Teach Me and I remember. Involve me and I learn." Find all occurrences of "me", ignoring the case Find the length of the string Exercise 10 Given a list of fruits: fruits = ['apple, banana', cherry] Do the following in the same order Extend the list with (banana', 'orange, "cherry1 Get the length of the list. Sort the list and find the index of the 'orange'. . Check if the list has two banana' items. Remove one 'cherry' item. Exercise 11 Given the following string "Tell me and I forget. Teach me and I remember. Involve me and I learn." Do the following in the same order: Make a list by splitting the text into words Find the count of the item in the list Sort the list and find the index of the word'Involve'. delete the list NA
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
