Python For Everybody (audio/py4e)
3.1 If-Then-Else
- Autor: Vários
- Narrador: Vários
- Editora: Podcast
- Duração: 0:13:29
- Mais informações
Informações:
Sinopse
The most basic conditional structure is the if statement where we either execute or skip a segment of code based on the results of a logical expression (i.e. asking a question).