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