# coding: utf-8

# 获取Linux系统信息

import platform

print platform.uname()
print platform.linux_distribution()