Skip to content

Instantly share code, notes, and snippets.

@mufid
Created February 10, 2013 13:31
Show Gist options
  • Save mufid/4749591 to your computer and use it in GitHub Desktop.
Save mufid/4749591 to your computer and use it in GitHub Desktop.
C:\Users\Mufid>python
Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>>
>>> print(platform.uname())
('Windows', 'fidzmobile', '7', '6.1.7601', 'AMD64', 'Intel64 Family 6 Model 37 Stepping 5, GenuineIntel')
>>>
KeyboardInterrupt
>>> ^Z^X
KeyboardInterrupt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment