Skip to content

Commit 3796814

Browse files
committed
Level 3: kein format
1 parent e8cd9c0 commit 3796814

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Level_03/pwd-schleifen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
else:
1717
print("Falsch.")
1818
else:
19-
print("Passwort {} mal falsch eingegeben.".format(N_VERSUCHE))
19+
print("Passwort", N_VERSUCHE, "mal falsch eingegeben.")
2020
import sys
2121
sys.exit(1)
2222

0 commit comments

Comments
 (0)