what is this expression means
users[username]==password used in this video?
Decorators in python
hey @wick007 .
it is basically a kind of a authenticator
to just verify that the password entered is correct for the respective username.
what is this expression means
users[username]==password used in this video?
hey @wick007 .
it is basically a kind of a authenticator
to just verify that the password entered is correct for the respective username.