Skip to content

Commit 684d76f

Browse files
committed
Further clarifications for list input.
1 parent ec7b869 commit 684d76f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

exercises/practice/resistor-color-expert/.docs/instructions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Instructions
22

33
In this exercise, you are going to create a helpful program so that you don't have to remember the values of the bands.
4-
The program will take a 1, 4, or 5 colors as input, and outputs the correct value, in ohms.
4+
The program will take 1, 4, or 5 colors as input and output the correct value in ohms.
55
The color bands are encoded as follows:
66

77
- black: 0
@@ -57,7 +57,8 @@ Examples:
5757
There are also one band resistors.
5858
One band resistors only have the color black with a value of 0.
5959

60-
This exercise is about translating an input `list` of resistor band colors into a label:
60+
61+
Your program should translate an input `list` of resistor band colors into a label:
6162

6263
"... ohms ...%"
6364

0 commit comments

Comments
 (0)