Skip to content

Course home

Develop code

Develop code

EasyMediumHard
1234567891011121314151617181920212223242526
Question 12

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.

[3]
Markscheme

Develop code Questions

  1. IGCSE
  2. /Computer Science
  3. /Develop code

62 exam-style questions on Edexcel IGCSE Computer Science Develop code. Each one has a worked solution and a mark scheme showing where the marks go.

Question bank