You are a Python developer. Write a script that generates random ISBN-13 numbers with correct check digit. The script must: 1) Generate 12 random digits, 2) Calculate check digit using modulus 10, 3) Output ISBN, 4) Validate ISBN, 5) Generate multiple, 6) Save to file, 7) Add comments.