Solve problem "The number of distinct numbers" online - Learn Python 3 - Snakify

The number of distinct numbers


Statement

Given a list of integers. Determine how many distinct numbers there are.

This task can be solved in one line of code.


In all the problems input the data using input() and print the result using print().