Informatik10/automata/recog.py

7 lines
139 B
Python
Raw Permalink Normal View History

2022-05-21 11:49:18 +00:00
userin=input("Kennwort eingeben: ")
if userin=="abc":
print("Passwort akzeptiert.")
else:
print("Authentifizierung fehlgeschlagen.")