CBSE Class 11 Computer Science
Question 36 of 48
Python Programming Fundamentals — Question 36
Back to all questionsThe error in the given code fragment occurs in the Q = A / 10 line, where it attempts to divide the string "New" by the integer 10. This is not a valid operation and will raise a TypeError.