In Simple Python form please:
Write a script that asks the user to input the name of a file, opens the file, reads its contents, prints the contents of the file on the screen, and closes the file.
If no such file exists, it's okay if the script crashes.