Python нада написать в тетрадь и
import random
A = [random.randint(1, 100) for i in range(100)]
x = int(input())
print(A.count(x))
Python нада написать в тетрадь и
import random
A = [random.randint(1, 100) for i in range(100)]
x = int(input())
print(A.count(x))