22. int(‘a’) produces error. Why ? / sa 11 cs chapter 7, sa 11 ip chapter 4, Uncategorized / By PythonCSIP CS IP int(‘a’) produces an error because ‘a’ can not be converted to an integer and is an invalid literal.