Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture introduces the concept of functions in programming, emphasizing their reusability and importance. It covers the structure of a function, including its body, name, parameters, return type, and value. The lecture also explains the three main aspects of a function: summary/contract, creation/construction, and usage. An example code snippet is provided to illustrate the implementation of a function to calculate the average of two numbers.