Now only I understand these topics very well thank u so much sir
@ashenafielias96173 жыл бұрын
Very Nice Tutorial
@VeligaramPadma-kz9zx Жыл бұрын
Sir🙏 super clarity thanks sir
@yashwasalwar10315 жыл бұрын
Thank you , explained very well..
@joseykani4 жыл бұрын
Sir u r the best teacher ever
@maheshb37562 жыл бұрын
Thank uuu so much sir... You are perfect teacher🔥🔥everybody easily understand your explonation....
@ramzoots15 жыл бұрын
Thanks for the nice information on some set operations of Python.. In Difference(), you said empty set as "{ }" which is actually a dictionary and empty set is represented as set().
@mihirmohnish43865 жыл бұрын
no, it is wrong, an empty set is represented correctly in the video
@manuelvaal12573 жыл бұрын
great concepts
@sridivya71712 жыл бұрын
empty set should be represented as set() try this code: s=set() print(type(s)) output: s={} print(type(s)) output:
@nandhinikd96433 жыл бұрын
Very useful sir thank u so much🥺❤
@anithaanitha54145 жыл бұрын
Wow good explanation
@anithaanitha54145 жыл бұрын
I like ur videos
@prabhakarasam98683 жыл бұрын
Clear operation is available in list and tuple ???
@rakshithagond278 Жыл бұрын
Thanks ❤
@joshnasree89092 жыл бұрын
Hiii sir do videos on scratch concept
@saranyavaishu19354 жыл бұрын
How to add elements to an empty set ? When i tried to insert with add() it throwed an error
@ramyasreecn52573 жыл бұрын
s=set(),s.add(5)
@ganeshsongala10113 жыл бұрын
sir in case of issuper set the result will be bool type only
@ramakrishnatirumala4284 жыл бұрын
what is the difference between set and frozenset
@pvvamsikrishna54013 жыл бұрын
If s={1,5.9,a,8,6.5,"ABC"} What is the sort for set(s)
@srikanthvadthya75596 жыл бұрын
Anna write a c program to calculate total and percentage marks of a student using structure can you explain it
@subhadeepchatterjee74394 жыл бұрын
Thnk u so much sir
@ksrsridhar78992 жыл бұрын
sir please check super set what u told is not correct