Length of string

 Length of string

    s=input()

    print(len(s))

Comments