CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 17 Jul 2025 01:27:11 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091216152613
location: https://web.archive.org/web/20091216152613/https://wiki.python.org/moin/JAM/Code/PlatformFinder
server-timing: captures_list;dur=0.698510, exclusion.robots;dur=0.022109, exclusion.robots.policy;dur=0.008734, esindex;dur=0.014918, cdx.remote;dur=224.359583, LoadShardBlock;dur=857.109421, PetaboxLoader3.resolve;dur=650.278944, PetaboxLoader3.datanode;dur=72.791017
x-app-server: wwwb-app239
x-ts: 302
x-tr: 1109
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app239; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 17 Jul 2025 01:27:13 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Wed, 16 Dec 2009 15:26:13 GMT
x-archive-orig-server: Apache/2.2.9 (Debian) mod_fastcgi/2.4.6 mod_python/3.3.1 Python/2.5.2 mod_wsgi/2.5
x-archive-orig-vary: Cookie,User-Agent,Accept-Language
x-archive-orig-content-length: 8512
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 16 Dec 2009 15:26:13 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 13 Sep 2006 08:00:35 GMT", ; rel="prev memento"; datetime="Thu, 04 Jun 2009 01:29:37 GMT", ; rel="memento"; datetime="Wed, 16 Dec 2009 15:26:13 GMT", ; rel="next memento"; datetime="Sat, 23 Oct 2010 07:40:52 GMT", ; rel="last memento"; datetime="Sun, 29 Dec 2024 00:30:53 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_13_20091216140323_crawl102-c/51_13_20091216152559_crawl103.arc.gz
server-timing: captures_list;dur=0.544282, exclusion.robots;dur=0.015043, exclusion.robots.policy;dur=0.006099, esindex;dur=0.009023, cdx.remote;dur=44.107019, LoadShardBlock;dur=318.754570, PetaboxLoader3.datanode;dur=263.813944, PetaboxLoader3.resolve;dur=267.709167, load_resource;dur=679.021417
x-app-server: wwwb-app239
x-ts: 200
x-tr: 1110
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=4
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
JAM/Code/PlatformFinder - PythonInfo Wiki
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.
EditText (last edited 2008-11-15 14:01:23 by localhost)