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

The number of equal numbers


Statement

Given two lists of numbers. Count how many unique numbers occur in both of them.

This task can be solved in one line of code.

Advertising by Google, may be based on your interests

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