[Python-Dev] s1 == (sf % (s1 / sf))? A bad idea?

Skip Montanaro skip@pobox.com (Skip Montanaro)
Tue, 3 Apr 2001 20:22:10 -0500 (CDT)


    Jeremy> I imagine something like this:

    Jeremy> import fileinput
    Jeremy> import scanf

    ...

Placing the functionality in a module is fine as well, but again, "scanf"
only means something if you've programmed in C before.  I suspect there are
college students graduating from CS departments now who have used C++ but
not C and wouldn't have the slightest idea what "scanf" means.

Skip