Allgemein

How to Convert String into Integer in Python

How to Convert String into Integer in Python

In Python you can convert a string to integer using the build-in int() function.