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()
@SorayaGreenfield
Copy link

screenshot_2018-05-17-19-57-53

@cesartcl
Copy link

screenshot_20180517-200832

@madelainechoez
Copy link

screenshot_20180517-200615

@AndresQ98
Copy link

screenshot_2018-05-17-20-07-23

@DanielCarpioR
Copy link

screenshot_2018-05-17-20-09-06

@CRivera10
Copy link

img-20180517-wa0020

@Mbmb1671
Copy link

screenshot_20180517-202115

@mvelasquez9417
Copy link

20180517_204725

@Darwinsalavarriar
Copy link

screenshot_20180517-202952

@OmarUlpo
Copy link

screenshot_20180517-215353

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