一句话搞定

while True:
    try:
        print(len(list(set(input()))))
    except:
        break