In Python, given a file named execution.log present in the current working directory, write code that does the following:
1. Open the file
2. Append a new line of text that reads "Program Execution Successful" to the end of the file. (Be sure the text appears on a new line at the end of the file.)
3. Close the file