We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8cd9c0 commit 3796814Copy full SHA for 3796814
1 file changed
Level_03/pwd-schleifen.py
@@ -16,7 +16,7 @@
16
else:
17
print("Falsch.")
18
19
- print("Passwort {} mal falsch eingegeben.".format(N_VERSUCHE))
+ print("Passwort", N_VERSUCHE, "mal falsch eingegeben.")
20
import sys
21
sys.exit(1)
22
0 commit comments