Ure d best hooo, i have suffering almost d whole night for this but now m done in few minutes.👏👏
@shubhammayekar9248Күн бұрын
thank you sir
@justmeva3 күн бұрын
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. 👍👍
@ExampleProgram3 күн бұрын
You're very welcome!
@vaishnavi65276 күн бұрын
Is this need prior knowledge of Data structure?
@RajiKhaleed-r3k6 күн бұрын
Please sir the video on how to download phyton
@ExampleProgram6 күн бұрын
kzbin.info/www/bejne/iIuXomecqpx-r5Y
@MartiDeniz7 күн бұрын
Sirrrr , thank you very much 😢🎉
@ExampleProgram7 күн бұрын
Most welcome :)
@MartiDeniz7 күн бұрын
@@ExampleProgram sir, video was uploaded 5 years ago , how is your life now ?
@ExampleProgram6 күн бұрын
good. how are you :)
@VasanthamSowmya8 күн бұрын
Awesome video sir 👏👏
@ExampleProgram7 күн бұрын
Thank you!
@YashaswiPatil-q7z8 күн бұрын
Mene 57 thousand ka liya hai laptop
@shark_man56269 күн бұрын
thank you. you are an excellent teacher
@ExampleProgram8 күн бұрын
You are welcome!
@yaben451711 күн бұрын
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}.")
@ExampleProgram11 күн бұрын
good :)
@DavejrJr-pf2dd14 күн бұрын
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?
@VibexxD14 күн бұрын
List1=[1,5,6,4,2,3,3,3] Set1= set(List1) List1=list(Set1) print(List1) Better than your code sir.
@Gunashekaryadav-oq1um11 күн бұрын
Bro it's user defined function 😂
@JamesLeo-qn7mk15 күн бұрын
sir in which application should i download to execute it
@ExampleProgram14 күн бұрын
you can use python idle, vs code, pycharm or any editor you prefer.
@ooos49015 күн бұрын
thanks a lot
@ExampleProgram15 күн бұрын
You're welcome!
@sangiist16 күн бұрын
thanks bahiyya
@ExampleProgram16 күн бұрын
most welcome :)
@povthoughts19 күн бұрын
U made this very easy thank you
@ExampleProgram19 күн бұрын
Most welcome :)
@panka3321 күн бұрын
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
@mohammadmudassirkhan879023 күн бұрын
One line calculator in python print(eval(input("enter the expression:")))
@alphaj81023 күн бұрын
0o prefix problem🫤🫤
@RachanaSingh-r2i27 күн бұрын
Need a video for Android
@alekhyaakula352427 күн бұрын
Very helpful thankyou sir
@ExampleProgram27 күн бұрын
Most welcome
@havocswordyt28 күн бұрын
I have to write AI exam tomorrow and you just saved my life I can't thank you enough ❤ earned a subscriber
@ExampleProgram28 күн бұрын
You're welcome! Good luck with your exam!
@allasupriya564129 күн бұрын
Good explanation
@ExampleProgram29 күн бұрын
Thank you :)
@STORFF509Ай бұрын
error bata raha hai functions pe
@ExampleProgramАй бұрын
Please post the error details
@dipshikhakumari1580Ай бұрын
Thanks you sir
@ExampleProgramАй бұрын
Most welcome 👍
@clydermoviecutz6463Ай бұрын
Yem
@ExampleProgramАй бұрын
Heard this before 😄
@lucifer_gameing_...3271Ай бұрын
Hello sir what if user enters 1000
@WilliamsxethАй бұрын
Thanks a lot homes ❤
@ExampleProgramАй бұрын
You're welcome 😊
@mohamedhaji4827Ай бұрын
Good
@ExampleProgramАй бұрын
thanks
@akramfighterboy7498Ай бұрын
How do I name the file if the original file has a .py in the end of name
@ExampleProgramАй бұрын
you can give any name. just make sure that it describes the program.
@PrakritiSinha-tx3xuАй бұрын
I have been struggling opening my python window for hours. You helped me and saved my time
@ExampleProgramАй бұрын
I'm glad I could help!
@RaphaelAdjetey-r3xАй бұрын
You helped me bro
@ExampleProgramАй бұрын
Glad my video helped you
@thakidjay5126Ай бұрын
Thanks for the help.
@ExampleProgramАй бұрын
Happy to help
@parikarthiАй бұрын
Thank you very much. It is very userful for the beginners.
@ExampleProgramАй бұрын
You are welcome!
@MamoonaMirza-r7tАй бұрын
Why we decriment?
@Tw8fansАй бұрын
Thanks bro
@ExampleProgramАй бұрын
Welcome
@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Ай бұрын
Got it !
@ExampleProgramАй бұрын
cool
@siddhantnagdevte5952Ай бұрын
Thx 😊
@ExampleProgramАй бұрын
No problem 😊
@STARNUT286Ай бұрын
How to run bouncing Square in python tutorial please sir❤
@ExampleProgramАй бұрын
I'll consider it for a future video.
@gurudevihiremath8948Ай бұрын
Thank you very much, I started learning from this.