15 Likes
a ** -n == 1 / a ** n
Answered By
10 Likes
int('a') produces error but following expression having int('a') in it, does not return error. Why?
len('a') + 2 or int('a')
int('a') produces error. Why ?