What is value of this expression: 'a' + 'x' if '123'.isdigit() else 'y' + 'b' code example Example: isdigit python s='12' s.isdigit()#returns True