Código Python:
Ver original
#!/usr/bin/env python # Este archivo usa el encoding: utf-8 import os print "¿" + "Qué te apetece hacer" + "?" print "1" + "=" + "Jugar" print "2" + "=" + "Internet" jugar=1 internet=2 apetecible=raw_input () if apetecible == jugar: os.system(' "C:\Program Files (x86)\Skype\Phone\Skype.exe" ')