Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.25 KB | None | 0 0
  1. test@dicson:~$ python
  2. Python 2.6.6 (r266:84292, Oct  9 2010, 11:40:09)
  3. [GCC 4.4.5] on linux2
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> import platform
  6. >>> platform.linux_distribution()
  7. ('debian', 'squeeze/sid', '')
  8. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement