In Python, what's the difference between Funcao(param='value')
and Funcao(value)
? Or even Funcao(u'value')
?
I'm starting with Python and I've seen codes with these three forms. I do not know if they were functions or methods, but I took everything as a function, to record.