Functions allow you to encapsulate your code into a reusable component. Learn how to create functions, add arguments to your functions, assign default values to arguments, and use keyword arguments.
Please create a course/videos about Python conventions, this can be helpful https://www.python.org/dev/peps/pep-0008/
Thanks!
👍