Hello,
I'm trying to create a script that checks all the files in my 'downloaded'
directory against common file types and then tells me how many of the files in
that directory aren't either a GIF or a JPG file. I'm familiar with basic
Python but this is the first time I've attempted anything li
> To: python-list@python.org
> From: wlfr...@ix.netcom.com
> Subject: Re: Checking Common File Types
> Date: Sun, 1 Dec 2013 18:23:22 -0500
>
> On Sun, 1 Dec 2013 18:27:16 +, jade declaimed the
> following:
>
> >Hello,
> >I'm trying to create