SAP interview question

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

Interview Answer

Anonymous

16 Feb 2020

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