How Lists Work - By CodeAlpaca

Here are some example problems for you to solve. These are relatively simple and if you come across a problem you can @me and I’ll try to explain what went wrong.

(From easiest to hardest… roughly.)

  1. A machine that will arrange numbers from highest to lowest.

  2. A machine that will remove the first item from a list once it reaches 10.

  3. A machine that will hold ONLY 5 passwords you enter into it.

  4. A simple 3-item inventory system

  5. A system that will copy block placements and be able to replicate them.

  6. A way to convert Number List to Text List (Must be able to hold several)

That last one is a bit more complicated, but it can be an incredibly useful tool to have if required.

5 Likes