PythonQuestion 2. (6 marks) Write the function sum_ascii(s) that takes in a string of any length and returns the sum of the ASCII values of the characters in the string. For an empty string, the sum is 0. def sum ascii (s) (str) -> int Output: Returns the sum of the AScII values of all the characters in string s. Show transcribed image text Question 2. (6 marks) Write the function sum_ascii(s) that takes
OR
OR