How to Install Python on Windows 11
3:32
Пікірлер
@JustYourRegularNoah5973
@JustYourRegularNoah5973 Күн бұрын
OMGOMG THANKS
@nassiwasauda8311
@nassiwasauda8311 Күн бұрын
Ure d best hooo, i have suffering almost d whole night for this but now m done in few minutes.👏👏
@shubhammayekar9248
@shubhammayekar9248 Күн бұрын
thank you sir
@justmeva
@justmeva 3 күн бұрын
Thank you, I really appreciate it as I had a hard time creating and entering data into the lists that I had been trying to build. 👍👍
@ExampleProgram
@ExampleProgram 3 күн бұрын
You're very welcome!
@vaishnavi6527
@vaishnavi6527 6 күн бұрын
Is this need prior knowledge of Data structure?
@RajiKhaleed-r3k
@RajiKhaleed-r3k 6 күн бұрын
Please sir the video on how to download phyton
@ExampleProgram
@ExampleProgram 6 күн бұрын
kzbin.info/www/bejne/iIuXomecqpx-r5Y
@MartiDeniz
@MartiDeniz 7 күн бұрын
Sirrrr , thank you very much 😢🎉
@ExampleProgram
@ExampleProgram 7 күн бұрын
Most welcome :)
@MartiDeniz
@MartiDeniz 7 күн бұрын
​@@ExampleProgram sir, video was uploaded 5 years ago , how is your life now ?
@ExampleProgram
@ExampleProgram 6 күн бұрын
good. how are you :)
@VasanthamSowmya
@VasanthamSowmya 8 күн бұрын
Awesome video sir 👏👏
@ExampleProgram
@ExampleProgram 7 күн бұрын
Thank you!
@YashaswiPatil-q7z
@YashaswiPatil-q7z 8 күн бұрын
Mene 57 thousand ka liya hai laptop
@shark_man5626
@shark_man5626 9 күн бұрын
thank you. you are an excellent teacher
@ExampleProgram
@ExampleProgram 8 күн бұрын
You are welcome!
@yaben4517
@yaben4517 11 күн бұрын
Here is my code. I am a beginner in Python so any feedback is greatly appreciated :) sum = 0.0 num_count = 0 while True: x= float(input("Enter your number: ")) num_count += 1 sum += x choice= input("Do you want to add another number? (y/n): ") if choice.lower() == "n": break print(f"Sum: {sum:.2f}.") print(f"Average: {sum/num_count:.2f}.")
@ExampleProgram
@ExampleProgram 11 күн бұрын
good :)
@DavejrJr-pf2dd
@DavejrJr-pf2dd 14 күн бұрын
How to run the .py file as a GUI so that the user doesn't have any interaction with command code or the command prompt?
@VibexxD
@VibexxD 14 күн бұрын
List1=[1,5,6,4,2,3,3,3] Set1= set(List1) List1=list(Set1) print(List1) Better than your code sir.
@Gunashekaryadav-oq1um
@Gunashekaryadav-oq1um 11 күн бұрын
Bro it's user defined function 😂
@JamesLeo-qn7mk
@JamesLeo-qn7mk 15 күн бұрын
sir in which application should i download to execute it
@ExampleProgram
@ExampleProgram 14 күн бұрын
you can use python idle, vs code, pycharm or any editor you prefer.
@ooos490
@ooos490 15 күн бұрын
thanks a lot
@ExampleProgram
@ExampleProgram 15 күн бұрын
You're welcome!
@sangiist
@sangiist 16 күн бұрын
thanks bahiyya
@ExampleProgram
@ExampleProgram 16 күн бұрын
most welcome :)
@povthoughts
@povthoughts 19 күн бұрын
U made this very easy thank you
@ExampleProgram
@ExampleProgram 19 күн бұрын
Most welcome :)
@panka33
@panka33 21 күн бұрын
Well done for the readable size of the fonts! Not many videos have this feature. Your video is cool, but my teacher asked for a function, and somehow I messed up with the local and global variables. You could extend this video with a function circle area
@mohammadmudassirkhan8790
@mohammadmudassirkhan8790 23 күн бұрын
One line calculator in python print(eval(input("enter the expression:")))
@alphaj810
@alphaj810 23 күн бұрын
0o prefix problem🫤🫤
@RachanaSingh-r2i
@RachanaSingh-r2i 27 күн бұрын
Need a video for Android
@alekhyaakula3524
@alekhyaakula3524 27 күн бұрын
Very helpful thankyou sir
@ExampleProgram
@ExampleProgram 27 күн бұрын
Most welcome
@havocswordyt
@havocswordyt 28 күн бұрын
I have to write AI exam tomorrow and you just saved my life I can't thank you enough ❤ earned a subscriber
@ExampleProgram
@ExampleProgram 28 күн бұрын
You're welcome! Good luck with your exam!
@allasupriya5641
@allasupriya5641 29 күн бұрын
Good explanation
@ExampleProgram
@ExampleProgram 29 күн бұрын
Thank you :)
@STORFF509
@STORFF509 Ай бұрын
error bata raha hai functions pe
@ExampleProgram
@ExampleProgram Ай бұрын
Please post the error details
@dipshikhakumari1580
@dipshikhakumari1580 Ай бұрын
Thanks you sir
@ExampleProgram
@ExampleProgram Ай бұрын
Most welcome 👍
@clydermoviecutz6463
@clydermoviecutz6463 Ай бұрын
Yem
@ExampleProgram
@ExampleProgram Ай бұрын
Heard this before 😄
@lucifer_gameing_...3271
@lucifer_gameing_...3271 Ай бұрын
Hello sir what if user enters 1000
@Williamsxeth
@Williamsxeth Ай бұрын
Thanks a lot homes ❤
@ExampleProgram
@ExampleProgram Ай бұрын
You're welcome 😊
@mohamedhaji4827
@mohamedhaji4827 Ай бұрын
Good
@ExampleProgram
@ExampleProgram Ай бұрын
thanks
@akramfighterboy7498
@akramfighterboy7498 Ай бұрын
How do I name the file if the original file has a .py in the end of name
@ExampleProgram
@ExampleProgram Ай бұрын
you can give any name. just make sure that it describes the program.
@PrakritiSinha-tx3xu
@PrakritiSinha-tx3xu Ай бұрын
I have been struggling opening my python window for hours. You helped me and saved my time
@ExampleProgram
@ExampleProgram Ай бұрын
I'm glad I could help!
@RaphaelAdjetey-r3x
@RaphaelAdjetey-r3x Ай бұрын
You helped me bro
@ExampleProgram
@ExampleProgram Ай бұрын
Glad my video helped you
@thakidjay5126
@thakidjay5126 Ай бұрын
Thanks for the help.
@ExampleProgram
@ExampleProgram Ай бұрын
Happy to help
@parikarthi
@parikarthi Ай бұрын
Thank you very much. It is very userful for the beginners.
@ExampleProgram
@ExampleProgram Ай бұрын
You are welcome!
@MamoonaMirza-r7t
@MamoonaMirza-r7t Ай бұрын
Why we decriment?
@Tw8fans
@Tw8fans Ай бұрын
Thanks bro
@ExampleProgram
@ExampleProgram Ай бұрын
Welcome
@erichanson420
@erichanson420 Ай бұрын
I'm kindof wondering, would this essentially still be the code behind a dice rolling program if it had graphics to it? Like an animation of some sort showing the dice 'roll'.
@sak-superagentkaboom5968
@sak-superagentkaboom5968 Ай бұрын
Got it !
@ExampleProgram
@ExampleProgram Ай бұрын
cool
@siddhantnagdevte5952
@siddhantnagdevte5952 Ай бұрын
Thx 😊
@ExampleProgram
@ExampleProgram Ай бұрын
No problem 😊
@STARNUT286
@STARNUT286 Ай бұрын
How to run bouncing Square in python tutorial please sir❤
@ExampleProgram
@ExampleProgram Ай бұрын
I'll consider it for a future video.
@gurudevihiremath8948
@gurudevihiremath8948 Ай бұрын
Thank you very much, I started learning from this.
@ExampleProgram
@ExampleProgram Ай бұрын
You're welcome! 😊
@NaziP-l5f
@NaziP-l5f Ай бұрын
nice tanx
@ExampleProgram
@ExampleProgram Ай бұрын
Thanks for watching
@RoblxGamingMan
@RoblxGamingMan Ай бұрын
Well, what if every number is the same
@_s_a_r_a__
@_s_a_r_a__ 2 ай бұрын
Is do error when I put true without the 'true'
@goutham4854
@goutham4854 2 ай бұрын
Thanks a lot sir
@ExampleProgram
@ExampleProgram 2 ай бұрын
Most welcome
@spydergaming1787
@spydergaming1787 2 ай бұрын
Thanks for you
@ExampleProgram
@ExampleProgram 2 ай бұрын
Welcome
@Soul-Demon-Y
@Soul-Demon-Y 2 ай бұрын
Thanks Man, You just saved my Retinas
@ExampleProgram
@ExampleProgram 2 ай бұрын
You're welcome! 😊
@ScalpersInc
@ScalpersInc 2 ай бұрын
Thanks brother
@ExampleProgram
@ExampleProgram 2 ай бұрын
Welcome
@arihantoghosh2684
@arihantoghosh2684 2 ай бұрын
Gracias mate!
@ExampleProgram
@ExampleProgram 2 ай бұрын
Gracias