question 8 can be done without while loop simply in 3 lines: base = int(input("Enter base: ")) exp = int(input("Enter exponent: ")) print(base ** exp) but with while loop here it is how it can be solved: base = int(input("Enter base: ")) exp = int(input("Enter exponent: ")) count = 0 result = 1 while count < exp: result *= base count += 1 print(result)
@SumitSwami-fq6ir28 күн бұрын
i have paid money for "Get 700+ Ready-made Projects Code" course. till i have not got any link about project details/course. please help me about this
@ChillGuy6.928 күн бұрын
Please continue This I'm Fully dependent on this
@asfandsharings28 күн бұрын
5th Question Sir question no 5 apne complex code kr dia this code with only while loop sentence = 'dlroW wolleH' counter = len(sentence) - 1 while counter >= 0: print(sentence[counter], end='') counter -= 1
@Duke-m4v19 күн бұрын
I am starting new in IT, so what do you recommend should I go for data analyst or software development? Please shed some light on salary and scope as well. I really appreciate your guidance.
@StarTalkClip25 күн бұрын
Lecture Bahut Badiya Lga Bhaiya ❤️❤️❤️ But Afsoos Ki Kujh Samjh Nahi Aa Rha 😢😢😢
@manishbhobhriya405029 күн бұрын
Thank you bro please continue this series and complete all the topics of python.
@codingwithsagarcw29 күн бұрын
I will try my best
@SabbirHossain-fz4pm28 күн бұрын
base = int(input("Enter base number: ")) exponent = int(input("Enter exponent number: ")) count = 0 while count
@onemanarmy664826 күн бұрын
Well done brother ❤😊
@xeedamkahn935029 күн бұрын
thanks Sagar sir your teaching method is really effective it could help me a lot
@codingwithsagarcw29 күн бұрын
Always welcome
@SabbirHossain-fz4pm29 күн бұрын
make more videos like this ❤
@King_Shubh_0729 күн бұрын
Thank you sir ❤
@ShifaMirza-uj8nd27 күн бұрын
Sir pls pure python m mastery karado plss❤❤❤❤
@yourgamingbroxyz874628 күн бұрын
Bhai aap please python ke aap regularly upload kare
@MOTO_PATLO128 күн бұрын
Functions me questions banao ❤
@Kannadagkquiz229 күн бұрын
Super brother 🤍💫🤍
@codingwithsagarcw29 күн бұрын
Thanks bhai
@Gauravsingh-w3n23 күн бұрын
time table management system m project banoo
@Subhan-v3i7i18 күн бұрын
Bhi ma Pakistan sa hon app do ya do sa zyada languages ko bind ker ka bhi software bana ker dekhao please ❤
@UmarbinSaleem-sq3be25 күн бұрын
Data science roadmap from scratch 2025 for job market
@lofilexibeats29 күн бұрын
Your effort bro 🙌🏻❤
@codingwithsagarcw29 күн бұрын
Thank you 🙌
@Supernaturalsa23313 күн бұрын
Bhai C++ jyada hard hai na python
@bikrombarman1234529 күн бұрын
❤
@codingwithsagarcw29 күн бұрын
Thanks
@Subhan-v3i7i18 күн бұрын
You can beat pw one day in my pov..
@EmamMahadi-fl1zt26 күн бұрын
Sorry, but I can't afford that. Can you reduce the price a bit for me?
@vasurupapara1529 күн бұрын
8th answer base = int(input("Enter the Base:")) exponent = int(input("Enter the Exponent:")) result = 1 count = 1 while count
@PewarDesi17 күн бұрын
Really, python ki itni bekar video Aaj Tak nahi Dekhi 😂