A programmer is writing a Python program to display a list of multipliers from 1 to 5 inclusive, alongside each multiplier multiplied by 10.
The following code contains three errors that prevent it from running correctly or producing the expected output.
for counter in range(1, 6)
multiplied = Counter * 10
print("Multiplier:", count, "Value:", multiplied)
Identify the three errors in the code and write the corrected line for each.