| maison  | Hardware  | réseaux  | programmation  | Logiciel  | Dépannage  | systèmes |  
programmation  
  • C /C + + Programming

  • Computer Programming Languages

  • Delphi Programming

  • Programmation Java

  • Programmation JavaScript

  • PHP /MySQL Programmation

  • programmation Perl

  • Programmation Python

  • Ruby Programming

  • Visual Basics programmation
  •  
    Connaissances Informatiques >> programmation >> Programmation Python >> Content
    Comment obtenir l'invite de Python
    Lorsque vous créez des programmes Python , parfois, vous voudrez peut-être avoir votre script ouvrir un autre programme sur l'ordinateur , comme l'invite de commande Windows. Ceci est connu comme l'importation du programme. Pour ouvrir l' invite de commande Windows en Python , utilisez la commande "os " . Instructions
    1

    Ouvrez votre script Python et aller à l'endroit où vous souhaitez obtenir l'invite de commande .
    2

    type " import os " et appuyez sur "Entrée ».
    3

    type " os.system ( " cmd.exe ") "et appuyez sur " Entrée ".
    4

    Sauvegardez et fermez votre script.

    Previous :

    next :
      articles connexes
    ·Python Listbox 
    ·Comment exécuter Python Bytecode 
    ·Python méthode Slice 
    ·Comment créer un fichier CSV Sur un JSON Python 
    ·Comment profiler Python 
    ·Qu'est-ce que urllib en Python 
    ·Comment calculer la largeur du texte avec Python 
    ·Comment faire un Bot IRC From Scratch en Python 
    ·Comment convertir une chaîne en une liste sur Python 
    ·Comment faire pour convertir un fichier CSV à un graph…
      articles en vedette
    ·Comment exécuter un script Python sur Mac 
    ·Comment faire pour convertir Heures de secondes en Java…
    ·Comment faire pour augmenter la taille de l' HTML bouto…
    ·Comment restaurer un fichier EDB change 
    ·Comment utiliser Ctags Avec UltraStudio 
    ·Connectez : Tricks codage direct 
    ·Comment faire pour afficher une liste déroulante dans …
    ·Java GUI design Tutorial 
    ·Comment faire pour exécuter CLS de Java 
    ·Comment déclarer une liste en Python 
    Copyright © Connaissances Informatiques http://fr.wingwit.com