[Tutor] Using the TIME module to extract a semi-random number

Kent Johnson kent37 at tds.net
Sat Sep 19 13:24:10 CEST 2009


On Sat, Sep 19, 2009 at 12:24 AM, Katt <the_only_katala at verizon.net> wrote:

> One last question on the TIME module: Is there one version of these examples
> that is not portable to other systems?  I read something about some
> functions not working on other systems and I would like to ensure that the
> programs that I write are completely portable.

Generally the docs will note if a function is only available on some
systems. I think all the time module functions are portable. The
resolution of the timer may vary between systems but that shouldn't
affect your use.

Kent


More information about the Tutor mailing list