Zum Hauptinhalt springen

Python 3.11.0

👉 https://www.python.org/

  1. Den Python-Installer für Ihre Platform herunterladen (Version 3.11.0)
  2. Python-Installer mit folgenden Optionen ausführen
flash-triangle Python zum Pfad hinzufügen!
flash-triangle Python zum Pfad hinzufügen!
  1. Installation überprüfen:

    1. Öffnen Sie Python 3.11 (Python Shell)
    Python Shell
    Python Shell
    1. Geben Sie zum Test
    a = 10 + 3
    print(a)

    ein. 2. Überprüfen Sie das Resultat...