
Function & Type Hints
Week 3 -- Day 1- ( Defining and Calling functions )
Completed concepts:
🔹What is a function — a reusable named block of code
🔹def keyword, function name, colon, indented body
🔹Calling a function — name followed by () executes it
🔹Why functions — DRY principle (Don't Repeat Yourself)
🔹Void functions — functions that don't return anything (return None implicitly)
🔹Docstrings — """explains what function does""" right after def
To check out the code - Visit the Github profile - github.com/mandeep-coderr #Backend
#Python #PythonProgramming #Coding #LearnToCode

English

























