### Image Loading and Display
**Example:** Load an image from a file and display it.
**Constraints:** The image file will be in the same directory as the script.
Test Cases
Test Case 1
Input:
'image.jpg'Expected:
NoneTest Case 2
Input:
'image.png'Expected:
None+ 3 hidden test cases