Cita:
Iniciado por razpeitia
Código Python:
Ver original#!/usr/bin/env python
#-*- coding: utf8 -*-
import os
print "¿Qué te apetece hacer?"
print "1 = Jugar"
print "2 = Internet"
jugar = 1
internet = 2
apetecible = int(raw_input ())
if apetecible == jugar:
os.system(r'"C:\Program Files (x86)\Skype\Phone\Skype.exe"')
Así
Muchas Gracias!Tema Solucionado!