Σ.Μ. Κεφ4 fun..b

Τι θα εμφανίσει;

def ginomeno (a, b):

        x = a * b

        return x

print ginomeno( '1' ,  3)

13

3

'111'