Aşağıdaki kodun çıktısı nedir?
def func(x):
    return x + 1

print(func(5) * 2)
Geri Atla

Soru 12 / 20