Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. if userInput.lower() == "s":
  2.  
  3. respuesta = input("Respecto a: (1)Interfaz? (2)Metodos? (3)Funciones? (4)misceláneos? ")
  4.  
  5. while respuesta == "1":
  6. DetalleRespuesta = input("para interfaz tenemos (1)Teclado y (2)Mouse,*(3)Volver*, Cual de ellos le iteresa?: ")
  7. while DetalleRespuesta == "1":
  8. Funciones.AbrirWord(), time.sleep(10)
  9. TecladoPyAutoGui.ComandosTeclado()
  10. if DetalleRespuesta == "2":
  11. Funciones.AbrirWord(), time.sleep(10)
  12. MousePyAutoGui.ComandosMouse()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement