Объяснение:
python 3.7.4
from operator import mul
from functools import reduce
print(reduce(mul, list(map(int, input().split(
Объяснение:
python 3.7.4
from operator import mul
from functools import reduce
print(reduce(mul, list(map(int, input().split(