Skip to content

Instantly share code, notes, and snippets.

@mleyvaz
Last active May 18, 2018 02:54
Show Gist options
  • Save mleyvaz/9a74bd11903189e9738943575c244164 to your computer and use it in GitHub Desktop.
Save mleyvaz/9a74bd11903189e9738943575c244164 to your computer and use it in GitHub Desktop.
Obteniendo información del procesador en Python
import platform
print platform.system()
print platform.architecture()
print platform.processor()
@OmarUlpo
Copy link

screenshot_20180517-215353

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment