Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 14, 2019 04:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/75babea8263dc5fa80d6cc3a9715c0ef to your computer and use it in GitHub Desktop.
Save parzibyte/75babea8263dc5fa80d6cc3a9715c0ef to your computer and use it in GitHub Desktop.
import platform
sistema = platform.system()
print("Estamos en {}".format(sistema))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment