Sobes.tech
Intern — Middle

Counting the number of different characters

livecode

Task condition

Create a program that reads a string using input() and outputs the number of different characters present in that string.

s = input()
# Your code here