diff options
Diffstat (limited to 'de-de/python-de.html.markdown')
-rw-r--r-- | de-de/python-de.html.markdown | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/de-de/python-de.html.markdown b/de-de/python-de.html.markdown index 1de74bc4..123a781d 100644 --- a/de-de/python-de.html.markdown +++ b/de-de/python-de.html.markdown @@ -116,10 +116,6 @@ False or True #=> True "{0} mag Spagetthi, {0} liebt es zu Schwimmen und ganz besonders mag {0} {1}".format("Hans", "Blattsalat") #=> "Hans mag Spagetthi, Hans liebt es zu Schwimmen und ganz besonders mag Hans Blattsalat" -# Wir können Schlüsselwörter verwenden, wenn wir nicht abzählen wollen. -"{name} will {food} essen".format(name="Bob", food="Lasagne") -#=> "Bob will Lasagne kochen" - # None ist ein Objekt None #=> None |