Pergunta de entrevista da empresa SAP

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

Resposta da entrevista

Sigiloso

16 de fev. de 2020

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