Decorator is a powerful in object oriented programming language since it allows programmers to modify the behavior of the function or class. click here to see function In decorators functions
Tag: python for beginner
Functions in PythonFunctions in Python
Function is the set or block of statements that takes input print values or do some functionalities to perform a task. In a programming language we create a function to
Python if else conditionPython if else condition
If else is the condition used in different programming language, Here in python we use if ,elif and else keywords to understand by interpreter. Mostly used python if else conditions
PYTHON FOR BEGINNERPYTHON FOR BEGINNER
Python is a high level and general purpose programming language. Python is created by Guido van Rossum in 1991. Python code is easy to learn with its notable use of