Pergunta de entrevista da empresa Tripadvisor

Transform an integer to a string using only arithmetic operations. Known in C as 'itoa'.

Respostas da entrevista

Sigiloso

17 de mar. de 2020

integer = 1 string = str(integer) assert len(string) == len(‘1’)

Sigiloso

2 de fev. de 2013

you can find the answer on google

1