Question d’entretien chez SAP

How do you convert a string to an integer in python?

Réponse à la question d'entretien

Utilisateur anonyme

16 févr. 2020

int(value of string), which gives integer value of string in python