Brilliant way to explain. Thanks a ton for clear concept...
@codeitup5 жыл бұрын
Thanks Anup!
@libinalex82613 жыл бұрын
values in list are of string datatype. To sort according to integers, use key = int inside sort function i.e. a.sort(key=int)
@laladeshmukh35522 жыл бұрын
👍🏻👍🏻👍🏻👍🏻
@RajeshKumar-ty3bt5 жыл бұрын
Awesome stuff..
@codeitup5 жыл бұрын
Thanks rajesh!
@sheikhabbasuddin38344 жыл бұрын
Sir aap simple way me bhut aacha samjhate hai 🙏🙏
@codeitup4 жыл бұрын
Thanks for the complement dear !🙂
@vasudevyadav25112 жыл бұрын
List sort() ke like value a[] x=int(int(Enter the max size)) For I in range (x): Val= int(input("Enter value")) a.append() a.sot() Print(a) Output screen Max size=5 Enter value:54 Enter value:-7 Enter value:08 Enter value:3 Enter value:6 Answer Sorted list [54,08,6,3,-7]
@gammerphysco69273 жыл бұрын
Sir numeric number sort ho jayega input me int type ka value denge to sorting ho jayegi abhi is program ne string le raha haii thank you
@deltamike24272 жыл бұрын
Thank u very much for your content May your channel grow more than u thought. Godspeed.
@codeitup2 жыл бұрын
Thanks & most welcome dear😊
@Motivationalwaley2 жыл бұрын
Very useful video sir Thanks sir for your best effort..
@codeitup2 жыл бұрын
Thanks & most welcome😊
@not_ishav3 жыл бұрын
Sir only because Of you I will clear my exams Print("Thankyou *1000000") ;
@singhvlogs4425 Жыл бұрын
It's not like that , print('Thank you' * 100000000) and don't use terminator , yay i understand you want to show your comment in smart way but it must be correct might be normal english or coding thanks
@mukundkhole16734 жыл бұрын
print("Anand sir is best teacher for python") print("Thank you .....")
@codeitup4 жыл бұрын
So nice of you🙂
@riyaagarwal73793 жыл бұрын
Sir if at 16:57 we want to index of 2 which is appearing twice in the list then what will be the index ? Will it give the index of first occurrence or what?
@codeitup3 жыл бұрын
First occurance
@ajaysinghsharma81994 жыл бұрын
Sir g yr way of teaching is osm..Tx for explain all functions in 1 vid....My prob is solve now..Tx agn Sir g..
@codeitup4 жыл бұрын
Most Welcome Ajay !
@RahulRaj-vx7ov2 жыл бұрын
Thank u so much sir for bringing this type of helpful video for us.☺️
@archanayadav1113 жыл бұрын
Very nice work sir
@codeitup3 жыл бұрын
Thanks a lot Archana!
@ShivSingh-ss1vr4 жыл бұрын
100 Times Thank You 🙏Sir
@codeitup4 жыл бұрын
100 Times Welcome !
@girishpaliwal57183 жыл бұрын
Superb sir ji...
@codeitup3 жыл бұрын
Thanks Girish!
@rajankumargupta57942 жыл бұрын
Sir aise hi ek cloud/devops ka full playlist provide kar dete to humare jaise ladko ka bahut help ho jata .🙏🙏
@biswajitbiswal45933 жыл бұрын
the input entry is not integer,i.e. y=int(input()) then sorting will be right
@pranteekdey8636 Жыл бұрын
Sir kyunki list kaa ek ek element String k format mein hai. Agar properly sorting karna ho toh pehle Ek ek element ko int mein convert kare.
@indianthanos522 жыл бұрын
Hi sir...I am one of your subscriber ....I have a quiet personal question...😅...... Are you a full time youtuber or you have any programming job also ?? ......
@AdityaKumar-kn2xc2 жыл бұрын
Today i found your channel obviously coz of exams but i must say your explanation is best
@codeitup2 жыл бұрын
Thanks dear, keep learning😊
@aka_akanksha3 жыл бұрын
Sir thanks alot . 🙏
@Ronny______ Жыл бұрын
Underrated 💘
@RishabhJain-pq6ki3 жыл бұрын
sir there is a runtime error is while sorting was performed if we run the program again it will show the correct result
@punamkumari69725 жыл бұрын
Sir Maine last tak dekhi video par aapke question ka answer mujhe nahi pata.. Pls next video me answer bata dijiega...
@codeitup5 жыл бұрын
Will Let you know very soon. :)
@manishsharma-ri4iq Жыл бұрын
sorting k tym list m di gye objects k first character ko sort krta h....esliye 10 ka index list m 1st tha.
@rohitgarg444610 ай бұрын
The reason, Sort is not work is "we give the value in string. If we want to sort proper then we have to add int before the input".
@technotutors19705 жыл бұрын
Because input in form of string liye he n unko int me type cast nhi kiya hai....
@manishtripathi87372 жыл бұрын
Superab
@codeitup2 жыл бұрын
🙂
@arpitdhote76372 жыл бұрын
completed watching 72 videos
@codeitup2 жыл бұрын
Wow...
@priyankaagarwal3623 жыл бұрын
Hello Sir, can you plz make a video on using all these functions with string? Thank you
@codeitup3 жыл бұрын
Try to create by your own and paste here, I will make changes/corrections if required.
@priyankaagarwal3623 жыл бұрын
@@codeitup okay Sir, thank you
@tanveerbibi64748 ай бұрын
16:33 16:33 Jab hum ny list.sort() ka hai list ma jo hum ny value enter ke hai value single quotation (' ') ma lihka thy [ '5','2','10','2','1'] Is ly jab hum ny is list ko sort ka is ka answer ya aya hai [ '1','10','2','2','5'] List ko single quotation ma likhana sa hi 10 value before aya hai Agr hum is ko without single quotation (' ')ma lihkata hai 10 value after ma atai hai
@tanveerbibi64748 ай бұрын
Sir is ka jaldi reply dyna ya answer sai hai or nhi
@tanveerbibi64748 ай бұрын
Ma ap ka message ka wait kor gai 😊
@preetikesherwani7464 жыл бұрын
You have used string as input Binary me 10 ko wo as 1 lelega or 0 ko ignore kar dega to while sorting in place of 10 only ascii value 49 will b counted
@anmolagrawal91762 жыл бұрын
@preetikesherwani can you please explain🙏🙏
@preetikesherwani7462 жыл бұрын
Sorting will b done on the basis of ascii codes, 0-9 hi digits k hote hai (48-57)
@faizalkhalifa91873 жыл бұрын
Thanks sir g
@codeitup3 жыл бұрын
Most welcome Faizal!
@rdxvikrant86084 жыл бұрын
ty
@vishalchaurasia35843 жыл бұрын
I have tried above program in jupyter but getting wrong output plz chk a=[] x=int(input("enter max size:")) for i in range(x): val=input("enter number:") a.append(val) print("original list is:",a) print("length of the list:",len(a)) print("max value in list:",max(a)) print("max value in list:",min(a)) Output enter max size:5 enter number:23,34,33,44,21 original list is: ['23,34,33,44,21'] length of the list: 1 max value in list: 23,34,33,44,21 max value in list: 23,34,33,44,21
@vaibhavupadhyay66893 жыл бұрын
bcz you have not mention the integer datatype at value before input it should be like this. value=int(input('enter the values'))
@raunitkumar68192 жыл бұрын
Use int function to sort
@kom_senapati2 жыл бұрын
18:42 these are strings not numbers we should have converted the stars to ints
@joshi_unplugged3 жыл бұрын
because sir you havn't taken val as integer type that's why sorting is not done properly..
@coladmin52703 жыл бұрын
Hi Assalamualaikum I am from Bangladesh. I would like to do a online python course under you. Though, I am completing your playlists. Do I have any scope. Thanks.
@codeitup3 жыл бұрын
Please mail to codeitupofficial@gmail.com!
@Himanshu_Raghu2 жыл бұрын
sir i think you forgot to add sort function video in your youtube python playlist
@srijangupta32343 жыл бұрын
Kyuki sare elements string hai int ya double nahi.
@bhushanthapa25032 жыл бұрын
in sort it comes sorted not sort so the line is a=(1,5,4,6,2,1) print("after sort:", sorted(a) output: after sort: (1,1,2,4,5,6)
@BhagwatiBhatt-kn1nq8 ай бұрын
Sir sort() ko call nhi Kiya only a likha huaa hai
@THEBILLIONAIREKINGSLAYER3 жыл бұрын
because The Elements in the list are Strings Not int
@sanjanaagrawal18074 ай бұрын
Sorting was not done properly because items of list are of string type
@RAHULGUPTA-sm8sr5 жыл бұрын
Kyuki sir 2 do baar repeat Ho raha hai us list me isiliye usko bad me kiya hoga shayad
@codeitup5 жыл бұрын
Wrong Rahul. Try again!
@RAHULGUPTA-sm8sr5 жыл бұрын
@@codeitupanswer kab bataoge sir
@MukeshKumar-sw5zm3 жыл бұрын
Sir list sort wala nhi hai
@abhaysharma26993 жыл бұрын
List ko input krte tym int use nhi kra to usne numbers ko as a string liya hoga syd 😅....
@MrMukulpandey3 жыл бұрын
Maybe 10 jo h vo string h ishiliye
@kohinoorteamyogeshchhabra82553 жыл бұрын
Sir sort wali video ni hai
@codeitup3 жыл бұрын
Bilkul hai ! Chekc the playlist !
@shardulpuri68603 жыл бұрын
Sir 10 ko pehle isliye likha kyoki vo '10" ko ek string ki treh le rha hai....kyoki aapne program mein int() ka use nhi kiya hai.....
@souravkumar83324 жыл бұрын
sir sort( ) is not in the playlist
@codeitup4 жыл бұрын
Yes, might be I forgot to add.
@swarnikarout38244 жыл бұрын
Because..we can add upto 5 max size as we have given input.. & 10>5 So not possible
@codeitup4 жыл бұрын
What was the question exactly??😜
@swarnikarout38244 жыл бұрын
@@codeitup 🙄🙄🙄means
@codeitup4 жыл бұрын
@@swarnikarout3824 You have replied answer of any question I might have asked in the video. Since the video an old one, I forgot, what question I had asked?
@swarnikarout38244 жыл бұрын
@@codeitup ooooo 😊😊I got it Is this right answer??
@aaryanraj83424 жыл бұрын
@codeitup sir...a.sort..after that we have to print original list is then print a and then print(after sorting)....
@kusumgoyat83974 жыл бұрын
Kynki humne 10 insert karvaya tha
@21xiiasapnilmodak573 жыл бұрын
can uh please share your pdf please
@anilbarad18563 жыл бұрын
Nit int value its string value so error
@akshayjadhav68563 жыл бұрын
Bcz sir sort kon int mentioned nahi kiya hai Abhi main practice kr rha tha to mujhe oata chala😀