love love love love love your teaching style and personality love u from pakistan
@ganeshsongala10113 жыл бұрын
sir creation of empty set is by using function set( ) s = { }--- mostly taken as dict
@anithaanitha54145 жыл бұрын
Ur explanation is neatly and correct... Awesome
@ajaymaharYT5 жыл бұрын
3.16 need some correction, in python we don't have any symbol representation to create EMTPY SET, the example you gave will created EMTPY dict not the empty set. If you want create empty set you have to use s = set() ..
@Chandinidadu5 жыл бұрын
Great
@shaikhsanah30874 жыл бұрын
I was gonna say the same. Thank you
@Lyrik-Klinge4 жыл бұрын
You have a very nice handwriting.
@anithaanitha54145 жыл бұрын
Everyone understood ur videos.. Do more videos in python.. Now python is trending
@sciencesconnectus70013 жыл бұрын
Your explanation is very nice and useful to my career
@dnaquarcoo88482 жыл бұрын
I enjoyed your called class.
@deepthi6054 Жыл бұрын
Ur explaination is awesome ❤
@sushantjain15594 жыл бұрын
Sir pop() function remove elements randomly in case of set because , in set elements are arrange randomly
@KanhaiyaLal-ep8cb2 жыл бұрын
In most cases, it removes the first integer. I tried it with string and float, but It removed the first integer even if you write string and float before an integer.
@vannaluaruna10964 жыл бұрын
Excellent 😊
@karthickrajavelou18322 жыл бұрын
clear explanation.👏
@addulaambikareddy65182 жыл бұрын
Why we use dot in while writing the set operations
@priyankaGupta-pg3wb3 жыл бұрын
you are awesome teacher
@viktorromanyuk2801 Жыл бұрын
using pop() on sets returns a random item, not the first item. Will small numbers, usually it returns the first item, but not take for granted
@anithaanitha54145 жыл бұрын
Superb sir
@udayasrireddie4 жыл бұрын
Sir pop operation will remove the last elemnt in list and tuple right?..how it will be remve the frst element in set????.....
@priyankaGupta-pg3wb3 жыл бұрын
sir you make these thing so easy
@udayasrireddie4 жыл бұрын
Sir sum operation cannot be performed when the strings are present in the set right?
@ayushshukla77244 жыл бұрын
Sir sets are ordered ....... I want example of who say that sets are unordered .. whyy?????
@anbarasugr32835 жыл бұрын
superb sir, tq..
@13naaz Жыл бұрын
pop() function .. will not remove the first element exactly.. although it will return the element whichever was removed
@funnyrapcomedy37117 ай бұрын
Pls sir I am watching from Nigeria and I am a newbie in Python trying to learn, how can I create set in dict and access the values
@arjunworld12634 жыл бұрын
Super sir...
@dancerprakhar10525 жыл бұрын
Sr how you explain pop it is correct can you please help me
@sankarduraiswamy66153 жыл бұрын
When 'update' is used, the elements of two sets are given in ascending order.
@ganeshsongala10113 жыл бұрын
in set no sort function becoz immutable
@kirtikaushik43312 жыл бұрын
yes exactly
@naveenkumarreddy15594 жыл бұрын
Pop operation doesn't performance in set sir(give the clarification sir)
@harishrepalle13343 жыл бұрын
How to pick one element from set
@rakshithagond278 Жыл бұрын
Thank youhhh ❤
@story_teller_Is Жыл бұрын
creation of empty set toh ye h na sir--> S=set() S={} ye to empty dicctionary hota h na.
@ABHI-oj6um2 жыл бұрын
Tqu sir
@vicky28905 жыл бұрын
pop() function used to remove last element
@kavyasan47825 жыл бұрын
No it remove element randomly because set is unordered collection of dataitems
@jayakadiyam19604 жыл бұрын
sir u had explained in list that pop will remove last element in list here in set uar telling the first ele is removed let me clarify
@narasimharajuballapura14 жыл бұрын
but in sets pop removes any random element
@ishwaryan7384 жыл бұрын
Now only i am clear after in this session
@sandhyab.sandhya26004 жыл бұрын
Pop() function doesn't remove first element sir it will remove randomly
@sankarduraiswamy66153 жыл бұрын
I tried. It removes first element. pl check
@diloginisutha77884 жыл бұрын
Sir pop function remove the last elements
@sudhakarivfhao2 жыл бұрын
empty set declaration is wrong sir if we specify like that it will consider as a dictionary
@mohanm69594 жыл бұрын
Please explain real time and pc
@nayananeha1284 Жыл бұрын
Sir important programs
@kavyasan47825 жыл бұрын
S.update (t) and t.update(s) Results are same i.e {1,2,3,4,5,6}
@laggamerz15172 жыл бұрын
talk in your desi language
@prabhatganveer44563 жыл бұрын
S ={} is Dictionary S = set() is a empty set
@signedin00994 жыл бұрын
S = { } will give you empty dictionary not a set please correct that
@varunrithvikgudluru49043 жыл бұрын
set cant be created by s={ } ..this creates a dictionary to create a set , s=set() ..should be used
@AshishKumar-ux9jg3 жыл бұрын
hey you done a mistake in creating a empty set it should be like a=set() a = {} in this the type of a is dict ,
@kushaldas84964 жыл бұрын
S={} Print(S) Print(type(S)) Output will be {} Sir please remove it because many students learn from your python series so it may be possible that they will learn wrong.
@varunrithvikgudluru49043 жыл бұрын
Yes
@prabhatganveer44563 жыл бұрын
Right bro 💫
@BN-hy1nd Жыл бұрын
s.update(t) will give you the output as None
@sudheerkondapalli21255 жыл бұрын
Pop() function is used to remove elements randomly not the first element ...
@sundeepsaradhi5 жыл бұрын
hi sudheer just now I have checked with pop() operation in sets and it will remove the first element in the set but not randomly. please check once and if you find the same let me know. thanks for your interest and support towards our channel.
@QuixoteDoflamingo5 жыл бұрын
Yes right...that is the same i know
@dancerprakhar10525 жыл бұрын
@@QuixoteDoflamingo can you please help me please
@dancerprakhar10525 жыл бұрын
@@QuixoteDoflamingo can you please
@ishwaryan7384 жыл бұрын
Sir mobile num please
@sourabhjain43843 жыл бұрын
Example of empty set is wrong. Please don't teach wrong to students. First research it thoroughly then update video. It's about future of group. It's a request.