*args and **kwargs In Python | Python Tutorials For Absolute Beginners In Hindi #41

  Рет қаралды 262,638

CodeWithHarry

CodeWithHarry

Күн бұрын

Пікірлер: 409
@rahulshukla5033
@rahulshukla5033 5 жыл бұрын
#you can add as many argument as you want using * args def funct(*args): for i in args: print(i) funct("ram","shyam","mohan","john","ron", "son")
@sumitsingh-ys6ew
@sumitsingh-ys6ew 5 жыл бұрын
(*args) ki jgh hum only (args) bhi likhenge tabb bhi koi problesm nahi aayegi bhaii check krlo beshakkk....
@manishpanday2021
@manishpanday2021 5 жыл бұрын
Bhai jaha per apne print (i) use kra vaha per print(args[i]) ka use hoga kyoki apne *args ka use kya h agar aap eska use nahi ker te ho to tab yaah print (i) shahi hoga Or tum program ko run ker ke dekh lena😊😊
@hasannawaz1598
@hasannawaz1598 4 жыл бұрын
@@manishpanday2021 You are great bro:)👌👌╰(*°▽°*)╯
@manishpriyadarshi1140
@manishpriyadarshi1140 4 жыл бұрын
@@sumitsingh-ys6ew Problem :: def funct(args): for i in args: print(i) funct("ram","ron", "son") O/P :: TypeError: funct() takes 1 positional argument but 3 were given. Solution : a) without using *args :: def funct(args): for i in args: print(i) str1= ("ram","ron", "son") funct(str1) O/P :: ram,ron,son b) with using * args:: if we want optimized code , we will avoid using primary memory by storing RAM,RON and SON in identifier STR1. Instead we would use cache memory and pass RAM,RON and SON as parameters inside the function. But since by design FUNCT in this case is allowed to take only one parameter so we use *arg trick to fool the interpreter that we are passing only 1 parameter although its a tuple having multiple values. def funct(*args): for i in args: print(i) funct("ram","ron", "son") O/P ram,ron,son @Harry : bhai ye sahi ha na ?
@suryakantbamane3264
@suryakantbamane3264 4 жыл бұрын
@@manishpriyadarshi1140 Yeh kya likha hai o/p Isko hatao
@thebadger77
@thebadger77 Жыл бұрын
Harry bhai...watched and tried...bohot acche se samjhate ho aap
@kajudas86
@kajudas86 3 жыл бұрын
1:05 - If we don't understand the need to do a work, then we can never understand the vitality of the cause we are talking about. I heard you loud and clear Harry Bhai.
@arpitagec9
@arpitagec9 5 жыл бұрын
Wonderful bro. Keep doing such cool videos :) Bro, machine learning ke videos aur Nahin dalte :(
@jeelaghera5628
@jeelaghera5628 4 жыл бұрын
legends like harry potter ultra coders like harry coder
@aprameyamandal4346
@aprameyamandal4346 4 жыл бұрын
🤩🤩🤩
@buddhadebbairagi2022
@buddhadebbairagi2022 3 жыл бұрын
😁😁😁
@Muffin542
@Muffin542 3 жыл бұрын
I am ultra legend coder
@kushagradubey6395
@kushagradubey6395 2 жыл бұрын
Ohhh bhai bhai bhai ...gzzzbbbbb
@savageladka494
@savageladka494 Жыл бұрын
Legends nhi bhai tu ho bkchodi kr rha hai....🤣
@sameergaikwad222
@sameergaikwad222 4 жыл бұрын
Thanks for explaining args and kwargs. It helped me. :)
@aanchalsharma5264
@aanchalsharma5264 5 жыл бұрын
U are too good bro... U deserve millions of subscriber
@shubhraj9398
@shubhraj9398 5 жыл бұрын
yes bro
@gaurishsiwan8511
@gaurishsiwan8511 4 жыл бұрын
trillions 🤣🤣
@shivakarthikrathod2026
@shivakarthikrathod2026 3 жыл бұрын
@Rishabh OMG now it is is 1.64M subscribers
@valentinecruz930
@valentinecruz930 3 жыл бұрын
The way harry bhai explain the topic is fab :)
@parthr.4124
@parthr.4124 3 жыл бұрын
accha!!!
@sameerpathak2186
@sameerpathak2186 3 жыл бұрын
o bete moj kardi
@designingworld6611
@designingworld6611 3 жыл бұрын
Ohhhhhh
@Eric_Uthman
@Eric_Uthman 4 жыл бұрын
Good way to explain..darindon k nam😂.. Keep it up😆.God bless you..
@skillradius9867
@skillradius9867 3 жыл бұрын
BEST PY TUTORIALS CHANELL IN ALL OF INDIA
@roshanaryal1378
@roshanaryal1378 2 жыл бұрын
you are really a good teacher
@yashasvisoni5416
@yashasvisoni5416 Жыл бұрын
you are amazing . indeed you are so famous . i understood everything
@SanketPatil
@SanketPatil Жыл бұрын
Harry bhai ! bahot badhiya explanation hai
@ehtishamraza2623
@ehtishamraza2623 5 жыл бұрын
Bhai Ap bht achy ho sub kuch itna easy kar dety ho
@mandardeshpande2740
@mandardeshpande2740 4 жыл бұрын
Bhai ek dum badhiya, kafi easy karke samjhaya hai!!!!
@DrTalha
@DrTalha Жыл бұрын
0:15 did any one noticed the thumbnail of exercise 6 and F strings And I am just shocked to see only 80 , 90 ,100 views but still damn consistency of videos upload hats off to you harry bhai i have been following you from when you were about to get 400k subs and it is now across 4 m😯
@satveerveniwal7789
@satveerveniwal7789 4 жыл бұрын
Wonderful teaching method :)
@gunnerkayden9469
@gunnerkayden9469 3 жыл бұрын
Instablaster.
@syedumairshah7595
@syedumairshah7595 Жыл бұрын
Love from Pakistan, A great teacher with an amazing sense of humor
@aadityadabli
@aadityadabli 4 жыл бұрын
harry bhai jabardast video
@siddheshshanker4162
@siddheshshanker4162 4 жыл бұрын
Excellent videos, simple explanation. Thanks Harry.
@MuhammadKhan-rj2fb
@MuhammadKhan-rj2fb 2 жыл бұрын
I like your video .your video helped me alot in understanding the concept of *args and **kwargs.thanks alot
@soniyagajame5685
@soniyagajame5685 4 жыл бұрын
You r just supererb.. really learnt a lot from this
@hvkeee
@hvkeee Жыл бұрын
Harry Bhai jab mein apka Banaya huva videos dekhta hun Mann mein ek sentence junjta hai Ye banda mere mere mein kuch changes layega concept understanding and application 🙏🏼
@Datapassenger_prashant
@Datapassenger_prashant 4 жыл бұрын
bhai, I'm enjoying the course.
@memeline7015
@memeline7015 Жыл бұрын
god bless you harry bhai!
@nitishrajsinghkhichi6090
@nitishrajsinghkhichi6090 4 жыл бұрын
Majha aa gya best playlist harry sir
@Keshas1
@Keshas1 4 ай бұрын
thank you harry really helpful brother.
@RohanDasRD
@RohanDasRD 5 жыл бұрын
Thanks Bhai! Thanks For the valuable Infromation... and ye wala video pichli baar ki args and kwargs video se easy tha!.. And Most Importantly! Ye Order Ratt Lena Hai Normal, *args, **kwargs 😬😁
@shiv366
@shiv366 3 жыл бұрын
wonderful.. I am learning slowly from your videos. aisa koi videos degree time mein milna chahiye tha.. thanks for giving valuable knowledge for free..Plz upload more videos and live projects.
@zomssingh8744
@zomssingh8744 3 жыл бұрын
Shi bole bro 😰
@mayurthorat512
@mayurthorat512 4 жыл бұрын
Kuch naya sikhne mila aj bhai ✌️
@reirgamingyt7851
@reirgamingyt7851 3 жыл бұрын
Congo bro for 12 lakh subscribers
@sushantjana8509
@sushantjana8509 2 жыл бұрын
HARRY BHAIYA YE ARGS TO BADE HELPFUL HE 😁, ISKE MADAD SE ME BOHOT KUCCH BANA SAKTA HUU.
@contentonyourtips7973
@contentonyourtips7973 4 жыл бұрын
are harry bhai mera naam bhi shivam h aur apne mera naam add kra i m happy today but but but ..., its a co incidence and i love it
@saurabhmehanti
@saurabhmehanti 5 жыл бұрын
harry bro , mene bhi answer diye h , i know i'm very late but apki videos ki help se mujey bhaut aache se python aa rahi hai , thankyou
@Vikram-wx4hg
@Vikram-wx4hg 3 жыл бұрын
Mazedaar and super useful!
@siddharthmalviya419
@siddharthmalviya419 2 жыл бұрын
example program of normal parameter, args and kwargs def to_pow(to_pow, *args, **kwargs): """ :param to_pow: First argument that indicates what power you want to apply on the rest of *args :param args: list on number on which you want to appy the exponential power :param kwargs: takes sort key as third argument :return: sorted list if sort = True was passed otherwise returns the list in same order """ res = list(map(lambda x: x ** to_pow, args)) if kwargs.get("sort"): return sorted(res) return res print(to_pow(3, 2, 1, 6, 34, 12, 7, sort=True))
@siddharthjain955
@siddharthjain955 4 жыл бұрын
Hi, harry i have one doubt that :- def funtargs1(*name): print(type(name)) print(f'I am {name[0]} and i am {name[1]} year old. I am working with {name[2]}') lst = ['siddharth kumar jain', 25, 'xyz'] funtargs(*lst) def funtargs2(name): print(type(name)) print(f'I am {name[0]} and i am {name[1]} year old. I am working with {name[2]}') lst = ['siddharth kumar jain', 25, 'xyz'] funtargs(lst) these both code works same and results are also same , only type is different one is tuple and other is list. So why we are using this " *args " then??
@pradeepsangra786
@pradeepsangra786 3 жыл бұрын
very good explained args and kwargs, thanks to harry bhai
@meetpogul3460
@meetpogul3460 4 жыл бұрын
@CodeWithHarry Bro we can also past tuple and dictionary in normal the why we use args and kwargs Eg: def funarg(normal): for items in normal: print(items) for any list or tuple
@captain_shadow_
@captain_shadow_ 3 жыл бұрын
yes, that I am thinking too , but I guess the run time is less as it changes from list to tuple
@ajayrajput3681
@ajayrajput3681 Жыл бұрын
great and easy explanation
@prashantdwivedi1736
@prashantdwivedi1736 4 жыл бұрын
But we can simply create a list and pass it in function like this def print_list(lst): for item in lst: print(item) lst=["I","am","commenting"] print_list(lst)
@dalersingh_
@dalersingh_ 4 жыл бұрын
Yes, but check its type. It will be a List.. Using *args, you can make it as a tuple.. And using **kwargs, you can make it as a dictionary.
@TheGamerGuy1230
@TheGamerGuy1230 4 жыл бұрын
by your methods you cant add normal arguments and if you add up you have to enter normal argument everytime you cant keep it blank. while in args its opional that you have to enter or else leave it will not throw error
@devdasbhosale8403
@devdasbhosale8403 4 жыл бұрын
@@dalersingh_ ha bhaiya par hum waise BHI uska type change Kar sakte hai par ye stupid he usko sikhna NHI hai
@Ghost990
@Ghost990 4 жыл бұрын
@@TheGamerGuy1230 if we add a normal arg. , that means we want to use that, no reasons to leave it blank ..bt, if u want to leave that blank, just use " " in callback.
@skillenhancer5521
@skillenhancer5521 2 жыл бұрын
@@TheGamerGuy1230 your are right ,@DALER SINGH even if you want to insert multiple lists in fxn , it will not accept. So, that is why we need to use *args
@techwithpanwar1507
@techwithpanwar1507 3 жыл бұрын
Aapki videos se bahut hi aasan lagta hai python
@nishantbutani6323
@nishantbutani6323 Жыл бұрын
Thanks for the useful information
@jameelahmed870
@jameelahmed870 3 жыл бұрын
I LOVE YOU HARRY BHAII YOU ARE THE BEST
@shivamshandilya5059
@shivamshandilya5059 4 жыл бұрын
OMG! my name in the video😍👌
@adityapal8527
@adityapal8527 3 жыл бұрын
Darinda😂😂😂
@karangupta_DE
@karangupta_DE 2 жыл бұрын
Hi Harry, thank you for an amazing video, i wanted to ask that we can also pass a list or a dictionary directly into the function, def function_input(li:list, dic:dict): ... what would be the exact use case of *args and **kwargs?
@SaurabhAditya1
@SaurabhAditya1 3 ай бұрын
I have same question.. I tried to pass list directly without any *. it did the same thing: def test_fun(a): for item in a: print(item) list1 = ["1", "2", "3", 4, 5] test_fun(list1) Whats the difference in args and passing a list? Did you know the answer yet bro?
@SaurabhAditya1
@SaurabhAditya1 3 ай бұрын
bro, it did the same thing for *args, whats the difference? def test_fun(a): for item in a: print(item) list1 = ["1", "2", "3", 4, 5] test_fun(list1) Whats the difference in args and passing a list?
@saharayub4448
@saharayub4448 2 жыл бұрын
Thanks for helping!
@8bee838
@8bee838 4 жыл бұрын
def argu(num,*name): index = int(num) print(name[index]) number = [] name = ["kabbow","Alia","Nur","Zidni","Dulu","Sha"] lenth = len(name) i=0 while i < lenth: numbr = int(i) number.append(numbr) i += 1 numbe = random.choice(number) argu(numbe,*name)
@8bee838
@8bee838 4 жыл бұрын
Asssei try keya huuu...First tym in python . appse sika huu Thanks Bro
@syedahmedrazashah8410
@syedahmedrazashah8410 4 жыл бұрын
Nice Video Sir !
@codesmashers2978
@codesmashers2978 Жыл бұрын
Very amazing playlist for python 😄
@govindprajapati4957
@govindprajapati4957 3 жыл бұрын
bhai it is so helpful for us
@developersid
@developersid 4 жыл бұрын
Btw.... love your videos it helps me a lot so thank you
@bhaveshvaishnav633
@bhaveshvaishnav633 2 жыл бұрын
Awesome videos bro!!
@varahalaramana3978
@varahalaramana3978 3 жыл бұрын
Thank you sir for teaching us
@PrinceKumar-kr5ig
@PrinceKumar-kr5ig 5 жыл бұрын
Awesome...!!!
@gsentertainment4237
@gsentertainment4237 2 жыл бұрын
when you are calling function there is no need of order , we can place in any order haary bhai please once check it.
@shreyashkashyap
@shreyashkashyap 3 жыл бұрын
Thank you Sir!!!
@parthmehta2648
@parthmehta2648 2 жыл бұрын
Harry bhai, agar ek normal list hi pass krwae hum, bina star k, tab bhi to hum kitne bhi items daal skte h na. *Args ko use krne ka koi special fayda hota hai?
@llawliet2254
@llawliet2254 4 жыл бұрын
this code:-- def function1(*arg1): for item in arg1: print(item) list1 = ["Nitin","Ashish","Manik","Aditya","Gautam"] function1(*list1) and this code :-- def function1(arg1): for item in arg1: print(item) list1 = ["Nitin","Ashish","Manik","Aditya","Gautam"] function1(list1) both give the same output, then why are we using * ?
@cricketcentral18
@cricketcentral18 2 жыл бұрын
they both are different types of parameter by using * you making it a parameter which can have n number of arguments n can be used as tuple inside the function
@abhisheksuga4637
@abhisheksuga4637 2 жыл бұрын
* is used to unpack the list , which gives data raw as it is without those commas.. hope you understood .. cheers!
@jigarmaheshwari5128
@jigarmaheshwari5128 2 жыл бұрын
It's yet not clear. Can u elaborate more
@codinggenix
@codinggenix 2 жыл бұрын
With using *args you can directly give func as many arguments as you can give but without using *args you first have to store them in a variable....
@educationpoint615
@educationpoint615 2 жыл бұрын
Thanks for the vedio 🙏
@nelishajain
@nelishajain 3 жыл бұрын
Must refer the notes for getting better understanding of this topic!! Thanks harry for providing us.
@damansingh1882
@damansingh1882 2 жыл бұрын
Nelisha can you guide me how to download notes because I cannot find it in the description.
@G10Bagria
@G10Bagria Жыл бұрын
@CodeWithHarry bhai, one question : can we pass more than one *args or **kwargs to a single function? If Yes then shall i expect the order to be the same as mentioned by you above? thanks in advance.
@simranarora1203
@simranarora1203 3 жыл бұрын
Thank you so much Sir❤️
@rittwickbhabak7348
@rittwickbhabak7348 4 жыл бұрын
jio harry vai, app genius ho
@ishaankapoor933
@ishaankapoor933 4 жыл бұрын
Maine Aaj hi aapki Playlist dekhni shuru ki main shuru ki 40 videos dekh liye kafi sahi thi sab kuchh ekadam clearly samajh mein a Gaya lekin is video mein bhai kuchh bhi nahin samajh mein aaya. aap ek bar please *args aur *kwargs ko iss comments ke reply me ek note likhkar thoda achee se samjado please! Please!
@geeli_puppy_.
@geeli_puppy_. 3 жыл бұрын
13:15 you predicted the future bala movie + song
@aerospacebriefcase2290
@aerospacebriefcase2290 3 жыл бұрын
xD
@geeli_puppy_.
@geeli_puppy_. 3 жыл бұрын
@Rishabh Omg jyotshi op
@aerospacebriefcase2290
@aerospacebriefcase2290 3 жыл бұрын
@Rishabh Omg haha xD
@aerospacebriefcase2290
@aerospacebriefcase2290 3 жыл бұрын
@Rishabh Omg i am always online ;)
@geeli_puppy_.
@geeli_puppy_. 3 жыл бұрын
@@aerospacebriefcase2290 haha me too
@anandgp07
@anandgp07 2 жыл бұрын
Thank you bhai for the video
@devsinghpawar8407
@devsinghpawar8407 3 жыл бұрын
Lajavab!!!!!!!
@AbhayKumar-oz4oh
@AbhayKumar-oz4oh 5 жыл бұрын
Hahahahah , python me Shahrukh , salman , Aishwarya , Hrithik sab log codin karte hai . LOL !!!! Aap ek baar stand up comedy bhi try karo Harry bhai , usme bhi aap excel kar loge , jaise abhi aap apne youtube channel me excel kar rahe ho Love You bro !! Like you style of teaching and contents , this is really amazing. I never saw a youtube series who enganged his / her viewers in such an interesting manner. your assignments are also very interesting. keep it up bro !!
@aryanjain1481
@aryanjain1481 3 жыл бұрын
I wish I had such teachers in my college
@manojrudra6007
@manojrudra6007 Жыл бұрын
bhai 15 hazar k teacher se kya chahte ho.
@ABHISHEKKUMAR-nm6yw
@ABHISHEKKUMAR-nm6yw 3 жыл бұрын
Harry bhai thank you
@kdmac100
@kdmac100 4 жыл бұрын
@CodeWithHarry # Your code are really helpful and I really admire your work. I have one confusion - I wrote one function which also handing same problem without # using *args and **kwargs. Are *args and **kwargs only handle this type of problem as you said in video. # Please help me to understand. x = "I am first value in function" y = ["India","Srilanka","Nepal","Bhutan","US","UK"] z = {"Burger":"Fast-food","Vegetable":"Healthy food","Milk":"Rich in protein","Water":"much needed"} def nor_func(val1,val2,val3): print(val1) for item in val2: print(item) print(" Here is some food and there related property :") for key,value in val3.items(): print(f"{key} is a {value}") nor_func(x,y,z)
@navinhasrajani6219
@navinhasrajani6219 3 жыл бұрын
Hello, I have a small question, " What is the difference b/w *args and **kwargs?" Plz answer
@ahxed2646
@ahxed2646 3 жыл бұрын
Args is short for arguments when you call the function you pass the arguments.. while kwargs is short for keyword arguments if you know what keyword arguments are then **kwargs will be easy to understand.. Basically it's used to label an argument with the parameter which you type in the bracket of the function example: def function(whatever you type here is called a parameter.)
@Shrikant4912
@Shrikant4912 2 жыл бұрын
@@ahxed2646 K
@Himanshukumar-pw4ys
@Himanshukumar-pw4ys 5 жыл бұрын
Awesome harry bhai
@ujjwalgupta4703
@ujjwalgupta4703 4 жыл бұрын
Superbbb bhaiyaaa ......
@antonystark6910
@antonystark6910 3 жыл бұрын
harry bhai ap koi debugging se related vedio leke aao
@mr.codingtech2382
@mr.codingtech2382 2 жыл бұрын
Harry bhai ne 5:31 pe tuple ko list bol diya
@ishtiaqahmad4118
@ishtiaqahmad4118 4 жыл бұрын
Mr harry, i hope this video will boost me in programming. I.A. Siddiqui
@gaganrehal93
@gaganrehal93 3 жыл бұрын
can anyone explain me ...args and kwargs use hua but list and dict simple for loop se print kwrwa skte hai ..or simple parameter se bhi print krwa skte hai .. code for example:- lists=["Gagan","Harry","Simran","Pooja"] dicts={"Gagan":"Programer","Harry":"op Programer","Simran":"Cook","Pooja":"Fashion Designer"} normal="This is normal" def arg_kwfunction(normal,any,kwarg): print(normal) for i in any: print(i) for keys,values in kwarg.items(): print(keys,":",values) arg_kwfunction(normal,lists,dicts) This code also works pls explain why i use *args and **kwargs
@ranakartik7935
@ranakartik7935 2 жыл бұрын
If we use list directly instead of args or kwargs it will give use same answer, so at where we use args and kwargs
@NaveenSingh-bg4qr
@NaveenSingh-bg4qr 2 жыл бұрын
Rohan das and hammad shikri are favorite student of harry bhai
@varadpadhye8235
@varadpadhye8235 3 жыл бұрын
Nice vdo 😁😁
@manishgautam6307
@manishgautam6307 4 жыл бұрын
You are too good
@mittalsvnit
@mittalsvnit 5 жыл бұрын
Thank you Harry for Python tutorial videos :)
@bigbillionstartup4122
@bigbillionstartup4122 3 жыл бұрын
inn darindo k naam 3:45
@ahmadmughal2972
@ahmadmughal2972 3 жыл бұрын
good work sir
@aryanjain1481
@aryanjain1481 3 жыл бұрын
Best teacher
@truegrabbers
@truegrabbers 2 жыл бұрын
Thank You :)
@smarthgarg6305
@smarthgarg6305 3 жыл бұрын
super bro!
@manjuvishnoi7632
@manjuvishnoi7632 3 жыл бұрын
Thanks Harry sir
@aseempandey8198
@aseempandey8198 3 жыл бұрын
Thank you!!
@chhotastatus491
@chhotastatus491 Жыл бұрын
We can inject a name of list without this star * def function1 (arg): for i in arg: print (i) new =["Mohan","Sohan","Rohan","Singh","Manmohan"] function1(new)
@_The_greek
@_The_greek 4 жыл бұрын
Harry Bhai already predicted bala 😂😂mast song 13:12
@designingworld6611
@designingworld6611 3 жыл бұрын
Bala bala shetan ka salaaaaa
@RadioactiveChutney
@RadioactiveChutney 2 жыл бұрын
Bhai me class 40 thk regular dek raha tha fir.. interview, exams, etc ke karan bahut din bad dekha hu.. Koi accha NOTES suggest kar bhai..
@samuelfrank9947
@samuelfrank9947 3 жыл бұрын
Thanks a lot sir
@ShivamKumar-vv2op
@ShivamKumar-vv2op 3 жыл бұрын
Bat to sach h @CodeWithHarry bhai m like comment sab krta hu mujhe kaise miss kar sakte ho ;).
@akshatjain3354
@akshatjain3354 4 жыл бұрын
Underscore se kuch alag hota hai kya?
@mr_pavya
@mr_pavya 3 жыл бұрын
thankuu sir
@rutikpatil2138
@rutikpatil2138 3 жыл бұрын
def funargs(rohan): for item in rohan: print(item) har1 = ["Harry1", "Rohan1", "Skillf1", "Hammad1", "Shivam1", "The programmer1"] funargs(har1) this code also give same output then why to use *arg
Python *ARGS & **KWARGS are awesome! 📦
14:54
Bro Code
Рет қаралды 81 М.
Хасанның өзі эфирге шықты! “Қылмыстық топқа қатысым жоқ” дейді. Талғарда не болды? Халық сене ме?
09:25
Демократиялы Қазақстан / Демократический Казахстан
Рет қаралды 343 М.
*Args and **Kwargs in Python
3:49
b001
Рет қаралды 280 М.
*args and **kwargs in Python | Python Tutorials for Beginners #lec62
22:03
Jenny's Lectures CS IT
Рет қаралды 71 М.
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1,2 МЛН
Functions in Python are easy 📞
10:38
Bro Code
Рет қаралды 522 М.
Types of Arguments in Python | Python Tutorials for Beginners #lec61
21:11
Jenny's Lectures CS IT
Рет қаралды 96 М.