1. Practice_tasks_1

Tasks

  1. Write code to repetitively show ‘Hello’, one character at a time.

  2. Write code to repetitively scroll ‘microbit’.

  3. Write code to repetitively display a heart and a giraffe.

  4. Write code to repetitively display 3 different shapes using a list.

  5. Write code to repetitively scroll the odd numbers from 1 to 9 using a for-loop and a list.

  6. Write code to repetitively scroll the numbers 0 to 4 using a for-loop using the range function.