Make Menus In Python with While True Loop | Choose an Option in Python

Make Menus In Python with While True Loop | Choose an Option in Python

31,668 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@kedarkavathekar1434
@kedarkavathekar1434 - 21.06.2024 19:15

Very Nicely Explained The Entire Concept...... Expecting More Conceptual Videos....

Ответить
@Silvertestrun
@Silvertestrun - 16.05.2024 06:47

Thank you

Ответить
@kcbrick1524
@kcbrick1524 - 05.05.2024 00:16

I copied every damn Letter from him to test if it Was my fault that it didnt wirk but it still didnt work
I spent a lot of time for nothing

Ответить
@manomund3335
@manomund3335 - 04.05.2024 13:23

Nice video bro.
Love from india🇮🇳

Ответить
@TheGorilla58
@TheGorilla58 - 03.04.2024 08:47

Too long .... use case

Ответить
@kedarkavathekar1434
@kedarkavathekar1434 - 09.03.2024 21:15

Yes you have nicely explained the concept....
Thanks for all your efforts...

Ответить
@user-ox1gf4fo6b
@user-ox1gf4fo6b - 04.03.2024 20:31

Gracias. Tu video me ayudo con mi tarea.

Ответить
@airemeklar
@airemeklar - 23.12.2023 17:20

Hello fabio! Thank you for this vid! but I have a question, after the first BREAK, I added my options (the if user_input..) I followed all your instructions and after I was done putting all the options, I tried running it but it only seems to break and ask for the name again of file/folder, I tried correcting again and again but It only breaks and I had no problems while putting the options, why does it not function well?

Ответить
@cbmobile1797
@cbmobile1797 - 11.11.2023 09:49

This has to be the best tutorial about menu making I've ever seen

Ответить
@johnwil5844
@johnwil5844 - 04.10.2023 06:06

Hello Fabio how do i fix because break isnt recognized or it is blocked by Pylance

Ответить
@similartoothers9154
@similartoothers9154 - 20.07.2023 21:54

Couldn't it be better if to use match/case conditions? I think it's more beautiful and professional

Ответить
@Aternos_the_alfamous
@Aternos_the_alfamous - 17.07.2023 17:12

Hi there! I'm a pydroid 3 user (aka python for mobile user). If you follow the video in pydroid 3, it may occur a loop if you answer an invalid value/options. I need some solution for that and thanks for your video btw. Edit: I found a solution by now, you can add user_input=input("") right under print("Invalid option") so it wont continue to loop but instead telling us invalid option until it gets a valid option

Ответить
@abritnamedsethinnit
@abritnamedsethinnit - 08.06.2023 00:34

I tried this and it said 'break outside loop' when I tried it. My code matches perfectly, so can anyone tell me what's wrong? EDIT: It was because I didn't indent it enough, so just ignore this.

Ответить
@alexsmith5455
@alexsmith5455 - 22.04.2023 08:08

have you publish the entire code somewhere? thanks.

Ответить
@Volcan-kf3oz
@Volcan-kf3oz - 17.03.2023 04:37

Why didn't he just do "print('\n** Menu **')" instead of putting an empty print() ? Just curious

Ответить
@ivansanzeev
@ivansanzeev - 15.03.2023 18:18

Thanks, you are amazing. You have done these steps more easier withou starting with while.... and include while later
Great

Ответить
@Johnitus69
@Johnitus69 - 01.02.2023 23:05

Thank you!!!! omg

Ответить
@memenadekhanh3992
@memenadekhanh3992 - 01.02.2023 18:35

not all heroes wear cape.

Ответить
@maciejmaniu5304
@maciejmaniu5304 - 31.01.2023 22:37

Hi Mate! Thanks for the video! It helped me understood while loops. However I may have one question. I was following it while using jupiter notebook and it did not work. It looped on "select an option" all the time. Do you know why? I had to do it in .py file to actually make it works.

Ответить
@fernandasori5609
@fernandasori5609 - 03.12.2022 00:48

You are good ! Thanks

Ответить
@nathanlunsford3017
@nathanlunsford3017 - 28.11.2022 18:42

Thank you for the help! I was stuck on while combos in pltw❤

Ответить
@WildBite
@WildBite - 13.11.2022 04:30

Hi Fabio, thanks for your video! It has helped me a lot with an assignment.

I have a question, hope you can help. Let's say we wanted the program to start over once each of the options is done doing what it's meant to be doing, how would you do that? By placing the if-elifs inside the while True loop? I get really confused with loops (total newbie here!) so I don't know how to approach this. Any suggestions will be greatly appreciated!

Oh and for the record, I've subscribed, liked the video and watched the ads. :)

Thanks! ~ Jules

Ответить
@AndalusiaChromatic
@AndalusiaChromatic - 28.09.2022 08:07

I've got syntax error.. 'break' outside loop..

Ответить