students, there is a question to ask, the with sentence in python can help open and close some things, for example, when using open, if you add try before the with statement, if there is an exception in the with statement, will with still close the program after you go to exception?