str = ('Yes') if (10 <= n < 100) else ('No') print(str)