Functions in Python - Part 7

preview_player
Показать описание
#python #pythonprogramming

In this video, we will learn about functions concept in Python:
1. How to create a function in python
2. How to call a function in python
3. Default parameter function
4. function with parameters
5. function with recursion
6. return keyword in function

~~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:

Follow me on my Facebook Page:

Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:

WebServices API Automation Tutorials:

Follow me on my Facebook Page:

Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:

Paid courses (Recorded) videos:
📗 Get My Paid Courses at
Paid courses (Recorded) videos:
-------------------------------

✔️SOCIAL NETWORKS
--------------------------------

Support My Channel✔️Or Buy Me A Coffee
--------------------------------
✔️Thanks for watching!
देखने के लिए धन्यवाद
Благодаря за гледането
感谢您观看
Merci d'avoir regardé
Grazie per la visione
Gracias por ver
شكرا للمشاهدة
Рекомендации по теме
Комментарии
Автор

Hi Naveen sir..could you please start classes for BDD jbehave...

jagadishsai
Автор

Hello bhai, can you please start python behave.its getting very popular now a days .

ashishmishra
Автор

Hi Naveen,
i'm getting error while executing fact function, my code is
def fact(n):
if(n>1):
n = n * fact(n-1)
return n

print(fact(4))

output error is,
File "C:/Users/Harish/AppData/Roaming/JetBrains/PyCharmCE2020.3/scratches/scratch.py", line 3, in fact
num = num * int(fact(num-1))
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'

plz let me know the solution for it.

harishms