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 covers the basics of conditionals, including boolean variables, if...else statements, and examples of their implementation in a programming language. It explains how conditionals allow a program to execute different code based on specific criteria, using both numeric variables and strings.