Revision 3 as of 2005-05-18 05:10:53

Clear message

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

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