Pregunta de entrevista de SAP

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

Respuesta de la entrevista

Anónimo

16 feb 2020

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