Compulsory Task: Write a program that reads the data from the text file called DOB.txt and prints it out in two different sections in the format displayed below.
Name: A. Masinga, etc.
Birthdate: 21 July 1988, etc.
Optional Bonus Task: Create a new Python file in this folder called optional_task.py. Create a new text file in this folder called input.txt. In the input.txt file, enter some text, making sure it is at least a few lines long. Write a program that will count the number of characters, words, and lines in the file. Your program should also count the total number of vowels (a, e, i, o, and u) in the file.
Print out your results.