main.py 103 B

1234
  1. import chem_module as ch
  2. num = int(input("Введите номер элемента: "))
  3. ch.chem(num)