Omnilytics Programming Challenge

Challenge A

create program to generating file that contains random string

command

python3 create_random.py

this command will generate txt file named "generated_file.txt"

Challenge B

create program to read file generated from Challenge A, then describe string inside file

command

python3 read_random.py

note: make sure to run challenge A first