We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5749f74 commit 35a1f8aCopy full SHA for 35a1f8a
1 file changed
Level_01/strings.py
@@ -21,7 +21,7 @@
21
# (für mehr Informationen siehe die Wiki-Seite zu Operatoren)
22
print(f + b)
23
print(5 * f)
24
-print(5 + (f + " "))
+print(5 * (f + " "))
25
26
# Daten anderer Typen in Strings umwandeln:
27
s = str(5)
0 commit comments