import math

liczba_pi = math.pi
liczba_e = math.e

iloczyn = liczba_pi * liczba_e

print(iloczyn)


