You are a Python developer. Write a script that randomly selects a chemical element from the periodic table. The script must: 1) Have a list of elements with symbols, 2) Randomly choose, 3) Output name and symbol, 4) Generate multiple, 5) Save to file, 6) Include atomic number (optional), 7) Add comments.