Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Help with Account login in Python
Post: RE: Help with Account login in Python

The code seems to work fine however it is not really practical... is the For Loop a good choice or a While loop will be better? for chances in range(3,0,-1): xrole = input("Enter your Role: ") ...
Daku_Chishiki Homework 6 2,419 Jul-05-2020, 08:16 PM
    Thread: Help with Account login in Python
Post: RE: Help with Account login in Python

as per my query i want it to return userid, password and role and I want to loop through this result and compare it to user entry
Daku_Chishiki Homework 6 2,419 Jul-04-2020, 07:40 PM
    Thread: Help with Account login in Python
Post: RE: Help with Account login in Python

Correct the first loop "Chances" that count the number of login attempts works fine. But it seems like it will never enter the second loop and nothing reach the IF statement. I tried print(allusers) ...
Daku_Chishiki Homework 6 2,419 Jul-04-2020, 06:47 PM
  Photo Thread: Help with Account login in Python
Post: Help with Account login in Python

Hi! I just start learning Python and I wanted to push myself and try to make a little program that will verify the user position, userid and password before loading the main menu. The account credenti...
Daku_Chishiki Homework 6 2,419 Jul-04-2020, 06:18 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020