u/Tiny_Wish4408

i got a question related to his code

while True:
    print('hello usser')
    print('please enter your name ='),
    name=input()
    if name == 'hitendra':
        print('hello hitendra')
        print('please enter password')
        password = 1324
        while password != 1234:
            password = int(input())
        print('acces granted')
        break


    else:
        print('you are not the usser')
        continue
THE FOLLOWING IS QUITE SIMPLE CODE TO UNDERSTAD THE USAGE OF DIFFRET FUCNTIONS TOGETHER BUT I HAVE A QUESTION IN THE SECOND WHILE LOOP (PASSWROD ONE )I ENTER THE LOOP AND AFTR ENTERING THE PASSWORD IT SAYS BREAK SO IT SHOULD BE BREAKING THE LOOP OF PASSWROD ONE BUT WHAT ABOUT THE EXTERNAL LOOP (FIRST ONE IE WHILE TRUE ) AFTER ENTERING MY PASSWORD I EXIT THE COMMAND BUT SHOULD IT BE LOOPING AND YEA HERE THE ELSE IS NOT AFTER THE BREAK COMMAND IT IS CONNECTED TO THE IF COMMAND (NAME ONE)
reddit.com
u/Tiny_Wish4408 — 1 day ago

need help in literature

so i need help i wana read jane austien books but the problem is the language used in tlaking or say in narration its not hard but strange for me so how should i apporach it i tried just start reading but i wasnt able to underatd many things and yea for sure disctionary is the first solution but too much use removes all the joy from reading as it breaks the continuity

reddit.com
u/Tiny_Wish4408 — 7 days ago