Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Traffic lights | Function Return Value Specification
Python Functions Tutorial
course content

Conteúdo do Curso

Python Functions Tutorial

Python Functions Tutorial

1. What is a Function in Python?
2. Positional and Optional Arguments
3. Arbitrary Arguments
4. Function Return Value Specification
5. Recursion and Lambda Functions

bookChallenge: Traffic lights

Tarefa
test

Swipe to show code editor

Modify the existing Python program to simulate a traffic light using a generator. The program should display the state of the traffic light ("Red", "Yellow", "Green") for a specified number of cycles:

  1. Write a generator traffic_light_generator that yields the state of the traffic light ("Red", "Yellow", "Green") in an infinite loop.

  2. Use this generator to output the state of the traffic light to the console nine times in the program.

  3. Example output:

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 4. Capítulo 5
toggle bottom row

bookChallenge: Traffic lights

Tarefa
test

Swipe to show code editor

Modify the existing Python program to simulate a traffic light using a generator. The program should display the state of the traffic light ("Red", "Yellow", "Green") for a specified number of cycles:

  1. Write a generator traffic_light_generator that yields the state of the traffic light ("Red", "Yellow", "Green") in an infinite loop.

  2. Use this generator to output the state of the traffic light to the console nine times in the program.

  3. Example output:

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 4. Capítulo 5
toggle bottom row

bookChallenge: Traffic lights

Tarefa
test

Swipe to show code editor

Modify the existing Python program to simulate a traffic light using a generator. The program should display the state of the traffic light ("Red", "Yellow", "Green") for a specified number of cycles:

  1. Write a generator traffic_light_generator that yields the state of the traffic light ("Red", "Yellow", "Green") in an infinite loop.

  2. Use this generator to output the state of the traffic light to the console nine times in the program.

  3. Example output:

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Tarefa
test

Swipe to show code editor

Modify the existing Python program to simulate a traffic light using a generator. The program should display the state of the traffic light ("Red", "Yellow", "Green") for a specified number of cycles:

  1. Write a generator traffic_light_generator that yields the state of the traffic light ("Red", "Yellow", "Green") in an infinite loop.

  2. Use this generator to output the state of the traffic light to the console nine times in the program.

  3. Example output:

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Seção 4. Capítulo 5
Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
We're sorry to hear that something went wrong. What happened?
some-alt