When working within a virtual environment, python will automatically refer to the correct version so you can use python instead of python3.
In deiner neuen virtuellen Umgebung wird automatisch die richtige Version von python verwendet. Du kannst also python statt python3 eingeben.
Depending on how you installed Python and what version it is, you may need to type python hello.py or python3 hello.py to run the program.
Je nachdem, wie du Python installiert hast, kann es sein, dass du python hello.py eingeben musst, um das Programm auszuführen.
Python3 has been updated to 3.5, and when possible, all Python modules are provided for Python 2 and Python 3.
Python 3 wurde auf die Versionsnummer 3.5.3 sowie Python auf 2.7.13 aktualisiert und falls es möglich ist werden alle Python Module für Python 2 und Python 3 bereitgestellt.
Security Remark Do not use input() in Python2 - the entered text will be evaluated as if it were a Python expression (equivalent to eval(input()) in Python3), which might easily become a vulnerability.
Sicherheitshinweis Verwenden Sie input() in Python2 - der eingegebene Text wird wie ein Python-Ausdruck (entspricht eval(input()) in Python3) ausgewertet, der leicht zu einer Sicherheitsanfälligkeit werden kann.
NOTE: If you're on Windows and you get an error message that python3 wasn't found, try using python (without the 3) and check if it still might be a version of Python that is 3.4.0 or higher.
Hinweis: Wenn du unter Windows eine Fehlermeldung bekommst, dass python3 nicht gefunden wurde, versuche es mit python (ohne die 3) und prüfe, ob es dennoch eine Version von Python 3.4.0 oder höher ist.
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.