22. int(‘a’) produces error. Why ?
int(‘a’) produces an error because ‘a’ can not be converted to an integer and is an invalid literal.
22. int(‘a’) produces error. Why ? Read More »
int(‘a’) produces an error because ‘a’ can not be converted to an integer and is an invalid literal.
22. int(‘a’) produces error. Why ? Read More »