Multiple choice

One way to create a loop is to use the FOR keyword. True or False?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The 'for' keyword is a standard way to implement a definite loop in Python and many other programming languages.