Question d’entretien chez Tripadvisor

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

Réponses aux questions d'entretien

Utilisateur anonyme

17 mars 2020

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

Utilisateur anonyme

2 févr. 2013

you can find the answer on google

1