title = "computer science" level = "gcse" What would the Python code: len(level) return? 2 3 4 1 2. Multiple Choice 30 sec 1 pt The pseudocode below assigns two strings to two variables: title = "computer science" level = "gcse" What is title[0]? 'c' 'o' 'g' An error ...