00:01
We're going to be creating a python program that will ask the user to input their login information.
00:11
And we will check to see if the login information is stored within the list.
00:17
And if it is, it will tell the user correct input.
00:21
And if not, we will say incorrect username or password.
00:25
So to do this, we need to do password, create a password.
00:31
Area for list in so we'll call this passwords and we'll call this next one us usernames so within this we will store passwords so let's say we have one cat two entirely random passwords in one two the username we can have user, user 1, and sunshine.
01:20
Now, let's, we can, uh, print out a message and tell the user to, uh, we can actually welcome the user and input login information.
01:41
So we're going to store our.
01:49
User name you will get the input so user to enter username password i'm going to tell the user to enter all right now i'm going to create an interesting so if the username is in user names oops, and the password is in password.
02:45
I could i do that right...