Python function with arguments and no return value

preview_player
Показать описание
Describes a Python function that takes arguments but returns no value.
Рекомендации по теме
Комментарии
Автор

شكرا
Thank you very much i'm learning a lot from you its amazing

TOUSSIAGAMEPLAYS
Автор

hey john thanks for your awesome videos, , I would love to follow you on github

davidochieng
Автор

When you say nothing is returned, are you referring to a variable being returned from the initial arguments? Considering the print statements are displayed by using the function.


Many thanks.

fillerchatter
Автор

I'm STILL missing something after re-watching and re-watching the video....
Why are the definitions different in:
"def display_wage_slip (name, net_pay):" vs. " display_wage_slip (employee_name, employee_net_pay)" ??
How does the computer know that "employee_net_pay" is the same as "net_pay"?

luckster