Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 14, 2019 02:52
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/41eba6494f4c8a30e845c0a0209a8606 to your computer and use it in GitHub Desktop.
Save parzibyte/41eba6494f4c8a30e845c0a0209a8606 to your computer and use it in GitHub Desktop.
import platform
sistema = platform.system()
print("""Programando en Python desde Android.
Visita parzibyte.me.
El sistema operativo es:""" + sistema)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment