Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2005-05-18 05:03:16
Size: 40
Editor: 209-132-174-62
Comment: created
Revision 7 as of 2008-11-15 14:01:23
Size: 408
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe JAM/Code/PlatformFinder here. = Description =

This is a response to the page wanting [[Powerful Python One-Liners]]." It prints the user's platform to the screen. It is something that I felt would be a good start for the [[Powerful Python One-Liners]].

= Code =

{{{from sys import platform; print platform}}}

= Download =

This program has been uploaded to the Wiki. You can download it as an attachment from this page.

Description

This is a response to the page wanting Powerful Python One-Liners." It prints the user's platform to the screen. It is something that I felt would be a good start for the Powerful Python One-Liners.

Code

from sys import platform; print platform

Download

This program has been uploaded to the Wiki. You can download it as an attachment from this page.

JAM/Code/PlatformFinder (last edited 2008-11-15 14:01:23 by localhost)

Unable to edit the page? See the FrontPage for instructions.