task:
add the numbers 3 and 4 to the list (max 20 characters)
result = [] for x in range(5):
result.append(x)
result:
use an if-statement