Default Parameters : Python tutorial 80

preview_player
Показать описание
Guys please help this channel to reach 20,000 subscribers. I'll keep uploading quality content for you.

Python is easy programming language to learn and anyone can learn it, and these tutorials are 100% free in hindi.

You can share this playlist with your brother, sisters and friends. This will surely add some values to their life.

If you follow this complete playlist of python tutorial surely you will learn everything about python programming language.

This video is all about "default parameters"

Рекомендации по теме
Комментарии
Автор

I dont have words for your teaching the way you tech i just love it and i am very thankfull to you.and many thanks for making videos i start enjoying python coading .thanks

riyakumari
Автор

its nice property to know about default arguments. it is same in c++ and python that non-default argument cannot follow default

akshatbhutra
Автор

nice to learn that comma in print prints space seperated o/p and use of end = " " was nice

akshatbhutra
Автор

sir there is a mistake in this video:
in 2:48 if you had run that program than your output would have like following:
your first name is Harashit
your last name is 24
your age is None

and please send me the solution of this .

fojirngers
Автор

Sir hmm ddfault right to left hi bna skte hena???not left to right or not in mid

yash-jxtz
Автор

if last two parametes are default say, last_lame="kumar", age=25, then I pass user_info("dilip", 32), it prints dilip 32 25. How can I print dilip, kumar, 32 . Doesn't python inteligent to pass parameter based on type

dilipagarwal
Автор

How can we take input from user in this manner that he may not bounded to input all parameters??
I mean he may skip anyone that he want

muhammadasjad
Автор

Why it happens...what is the reason u didn't tell did anyone know ?

behindthescene
Автор

sir source code open nhi hta apke link se

mamtagujjar
Автор

def Default_params(fname = "No fname", lname = "No lname", age = "No age"):





Default_params("naveen", , 24)


Can you tell us how we can pass 1 and 3rd argument and print the second argument as default

PaperBackBoutique
Автор

bhai kiya python ka none or C, C++, C# ka null('\0') same thing ha?

usama
Автор

Def ke andar hum input nahi user kar sakte kya??

ROCKSTAR-hsrj
Автор

Harshit spell = nun. But actually it is none 😂😂😂

nasirmaulavi
Автор

I am getting None at the end of every output..!why is it Soo?? Plz elaborate

chesh
Автор

I missed one and my program didnot run but when i put it it did happen

adityajha