Suchergebnisse für Anfrage "python-3.6"

4 die antwort

Was sind variable Annotationen in Python 3.6?

Python 3.6 wird veröffentlicht.PEP 494 - Release-Zeitplan für Python 3.6 [https://www.python.org/dev/peps/pep-0494/] Erwähnt das Ende Dezember, so ging ich durch Was ist neu in Python 3.6 [https://docs.python.org/3.6/whatsnew/3.6.html] um zu ...

10 die antwort

String mit 'f' Präfix in Python-3.6

Ich probiere Python 3.6 aus. Als ich neuen Code durchging, stieß ich auf diese neue Syntax: f"My formatting string!"s sieht so aus, als könnten wir so etwas tun: >>> name = "George" >>> print(f"My cool string is called {name}.") My cool string ...

6 die antwort

Sind Wörterbücher in Python 3.6 + bestellt?

Dictionaries werden in Python 3.6 (mindestens unter der CPython-Implementierung) anders als in früheren Inkarnationen angeordnet. Dies scheint eine wesentliche Änderung zu sein, aber es ist nur ein kurzer Absatz ...

TOP-Veröffentlichungen