EASY·Output prediction

What does this code print?

def double(x):
    x * 2

result = double(5)
print(result)

Sign in to save your progress.