โ™ฅโ™ฅโ™ฅ
time 60
score 0
python trace easy +100 base

What does this print?

def f(x, y=10):
    return x * y

print(f(3))
โ†’