What does this code print?
def double(n): result = n * 2 x = double(5) print(x)
← → arrow keys to navigate
Sign in to save your progress.