Skip to content
MathsGenie logo
Open app

Course home

  1. IGCSE
  2. Computer Science Edexcel
  3. Question bank

Subprograms

EasyMedium
123456789101112131415161718192021222324252627282930
Question 3

A programmer writes the following section of program code:

years_left = 100 - int(user_age)
print(username + ", you will be 100 in " + str(years_left) + " years!")

Identify one built-in subprogram used in this code.

[1]

Subprograms Questions

  1. IGCSE
  2. /Computer Science
  3. /Subprograms