Hello. Nice tutorial of what extend and append can be used for. It was also good that you showed what not will work on extend function.
@AmulsAcademy6 жыл бұрын
Thank you:)
@syedkhadarvalli22325 жыл бұрын
One of the great explanation when i have seen Thanks u amuls acadamy
@AmulsAcademy5 жыл бұрын
Pleasure :)
@royalhamza35793 жыл бұрын
dont know if you guys gives a shit but if you are stoned like me atm you can watch all of the new movies and series on InstaFlixxer. Have been binge watching with my gf during the lockdown :)
@angeltanner78633 жыл бұрын
@Royal Hamza Yup, have been watching on instaflixxer for since december myself =)
@ihaveacannon91706 жыл бұрын
Thanks for help ,I already spent the hall night to work out the question which you teach in the video .And now I know how to use it now
@AmulsAcademy6 жыл бұрын
Welcome:)
@khaledbasha34342 жыл бұрын
Really thank you I was about to stay all the night at home as frustrated with not understanding the differences before watching your video 😅
Your teaching way is awesome and if you will teach in hindi then i am sure that your channel will be at top.
@AmulsAcademy4 жыл бұрын
I will try my best :)
@dailyfx43193 жыл бұрын
Learn ingles
@buddikod Жыл бұрын
Thank you so much🙏
@familyofpraise3179 Жыл бұрын
Thanks you explained well
@alexsnowy26693 жыл бұрын
Thank you very much!🤩
@AmulsAcademy3 жыл бұрын
Pleasure 😊
@SuperMechtronics3 жыл бұрын
Nice tutorial
@AmulsAcademy3 жыл бұрын
Thank you 😊
@sugavaneshwarang25705 жыл бұрын
Nice teaching
@AmulsAcademy5 жыл бұрын
Thank you :)
@tejasmankar90827 жыл бұрын
Can you plz make a video of the python interview question...
@ihaveacannon91706 жыл бұрын
Yap,I think we need that.
@shraddhap4 жыл бұрын
Yes. That will be helpful
@domillima Жыл бұрын
nice job thank you
@A_man_2 жыл бұрын
500th liked ☺️🙌
@shuvendratripathy24837 жыл бұрын
Please make video on list comprehension......
@gunarakulangunaretnam33535 жыл бұрын
Thank you so, And how old are you?
@baliswathi84527 жыл бұрын
thank you mam
@maaaaaass3 жыл бұрын
Kindly share software copy of python.
@AmulsAcademy3 жыл бұрын
I don’t have :(
@varinder50025 жыл бұрын
thanks
@AmulsAcademy5 жыл бұрын
Welcome :)
@devashishghosh7497 Жыл бұрын
Add element to the end of list
@yashkaliapiano5 жыл бұрын
Nice video
@AmulsAcademy5 жыл бұрын
Thank you :)
@yashkaliapiano5 жыл бұрын
Can you please explain what this piece of code does? N: int = 100 b = [2, -1, 2] xx = [1, 2, 3, 2, 1, 1] xx.extend([1]*(N - 6))
@AmulsAcademy5 жыл бұрын
N: int = 100 b = [2, -1, 2] xx = [1, 2, 3, 2, 1, 1] xx.extend([1]*(N - 6)) print(len(xx)) print(xx) This program will extend the list by adding 1 , (N-6) times. N: int = 100 # N value is 100 and here we are explicitly defining its datatype, that is int. :)
@Superbustr4 жыл бұрын
Good tutorial. Please just work on your english PRONUNCIATIONS!
@bilalhassankhan2213 жыл бұрын
please make your video in Pycharm .... this editor is bakwas
@AmulsAcademy3 жыл бұрын
Noted 😊
@bilalhassankhan2213 жыл бұрын
@@AmulsAcademy thank you. I hope you will upload complete Python series and data structures again in Pycharm. This time plz prefer Hindi if you can because you already uploaded in English so, no need to upload it again. I know quite difficult to re-upload but, it's a request don't ignore it.
@davechoi6274 Жыл бұрын
quite bad. Why do you keep repeating the same example? use example of iterables of integers rather than repeating yourself with just string iterables.