Frage im Vorstellungsgespräch bei Pulse Secure

write power program without using "pow" inbuilt method.

Antwort im Vorstellungsgespräch

Anonym

21. Mai 2018

def foo(x, y): ab=str(x)*y return reduce(lambda i, j: int(i)* int(j) , ab)