"🔥Caltech Post Graduate Program In AI And Machine Learning - www.simplilearn.com/artificial-intelligence-masters-program-training-course?P5kF1_efE&Comments&KZbin 🔥IITK - Professional Certificate Course in Generative AI and Machine Learning (India Only) - www.simplilearn.com/iitk-professional-certificate-course-ai-machine-learning?P5kF1_efE&Comments&KZbin 🔥Purdue - Post Graduate Program in AI and Machine Learning - www.simplilearn.com/pgp-ai-machine-learning-certification-training-course?P5kF1_efE&Comments&KZbin 🔥IITG - Professional Certificate Program in Generative AI and Machine Learning (India Only) - www.simplilearn.com/iitg-generative-ai-machine-learning-program?P5kF1_efE&Comments&KZbin 🔥Caltech - AI & Machine Learning Bootcamp (US Only) - www.simplilearn.com/ai-machine-learning-bootcamp?P5kF1_efE&Comments&KZbin"
@yahianad4 ай бұрын
Thank you Sir fot all ! for print formatting we can now use f-string instead print(f"enter {x} elements") And for removing duplicates. We can achiieve the same by the following: arr= arr.tolist() # convert the array to a list arr= [arr[i] for i in range(len(arr)) if i == arr.index(arr[i]) ] # Remove duplicates while preserving the original order arr= array('i', arr) # Convert the list back to an array print(arr) The idea here is that index method always returns the index of the 1st duplicate element !
@ZaraIsTired11 ай бұрын
Man Ty sm for this, my teacher set me a task of writing and array on google classroom and we haven’t done this in like ages, literally a lifesaver since she explodes on anyone who doesn’t do their work
@gecsus2 жыл бұрын
Everything is wonderful except there is no longer an array type 'c'. Character arrays are no longer supported. It is recommended that you use a list instead.
@SimplilearnOfficial2 жыл бұрын
Thank you for your review. We’ll strive to do better.
@SimplilearnOfficial6 жыл бұрын
Do you have any questions on this topic? Please share your feedback in the comment section below and we'll have our experts answer it for you. Thanks watching the video. Cheers!
@benjamenaremu20274 жыл бұрын
Great video but I didn't understand the last nested looping part.
@SimplilearnOfficial4 жыл бұрын
Hey Benjamin, thank you for watching our video and for the honest feedback. We will definitely look into this. Do subscribe, like and share to stay connected with us. Cheers :)
@helptechnicalvs6 жыл бұрын
Thank you sir
@SimplilearnOfficial6 жыл бұрын
Very welcome! Do show your love by subscribing our channel using this link: kzbin.info and don't forget to hit the like button as well. Cheers!
@lakshmidevalla60944 жыл бұрын
Good video I understood creation of array etc but I didn't understand last loop concept can u explain once thankq
@SimplilearnOfficial4 жыл бұрын
Hi Lakshmi, could you please brief us about the part which you feel tough to understand?
@mez66785 жыл бұрын
im not even capping, i clicked this bc of the thumbnail HAHA
@SimplilearnOfficial5 жыл бұрын
Well, we hope you learned something from the video. Thanks.
@mdkaiserali68305 жыл бұрын
same here
@amanasim01235 жыл бұрын
Very bad voice pitch... Its hurting my ears Please use some better mic yo record audio.
@SimplilearnOfficial5 жыл бұрын
We are sorry about that Aman, we will share the feedback with the relevant department
@SoldierBoy694205 жыл бұрын
Awesome.
@SimplilearnOfficial5 жыл бұрын
Hey, thank you for watching our video. We are glad that you liked our video. Do subscribe and stay connected with us. Cheers :)
@richardm59164 жыл бұрын
No strings :)
@SimplilearnOfficial4 жыл бұрын
Thanks for watching our video. Do subscribe to our channel and stay tuned for more.
@sudharshanms19264 жыл бұрын
It is showing error when I used 'c'
@SimplilearnOfficial4 жыл бұрын
Hi Sudharshan, could you please give some more clarity on your question. Thanks.
@sudharshanms19264 жыл бұрын
@@SimplilearnOfficial the type code 'C' (character) 1:05