Ver Mensaje Individual
  #12 (permalink)  
Antiguo 22/11/2013, 12:00
roberkas98
 
Fecha de Ingreso: noviembre-2013
Mensajes: 61
Antigüedad: 10 años, 5 meses
Puntos: 0
Respuesta: Problema Python

Cita:
Iniciado por razpeitia Ver Mensaje
Código Python:
Ver original
  1. #!/usr/bin/env python
  2. #-*- coding: utf8 -*-
  3. import os
  4. print "¿Qué te apetece hacer?"
  5. print "1 = Jugar"
  6. print "2 = Internet"
  7. jugar = 1
  8. internet = 2
  9. apetecible = int(raw_input ())
  10. if apetecible == jugar:
  11.     os.system(r'"C:\Program Files (x86)\Skype\Phone\Skype.exe"')

Así
Muchas Gracias!Tema Solucionado!