This script generates a random string of lowercase letters and digits, and saves it to a text file.
python random_string_generator.py LENGTH
LENGTH is an integer specifying the length of the random string to generate.
The generated random string will be saved to a file called 'random_string.txt' in the same folder where the script is located.