Join the conversation

Amazing ------------------------ 😎
Reply

sir we can also write square function as :
def square(number):
return print(number*number)
square(5)
Reply

there is no parenthesis that is why your code is not showing
Reply

6! = 720
Reply

factorial mean the product of all integers below it
Reply

recursion mean repeat yourself
Reply

square is a power
Reply

where is decorator functions
Reply

720
Reply

invalid syntax
Reply