diff --git a/dzien_01/d_05_exif.py b/dzien_01/d_05_exif.py index 96b979b..4efc7c4 100644 --- a/dzien_01/d_05_exif.py +++ b/dzien_01/d_05_exif.py @@ -9,6 +9,9 @@ def info(file_name): ret += str(dane) except: ret += "Bład pliku" + return ret -print(info("images/IMG_123311x.jpg")) \ No newline at end of file +print(info("images/IMG_123311x.jpg")) +print(info("images/IMG_1233.jpg")) +print(info("d_01.py")) \ No newline at end of file