Int function on python not working
I cant convert string to integer
I cant convert string to integer
This is how you would do it : integer_name = int(string_name)
Incase your string has any character that isn't an integer (decimals, letters, special characters) it will result in an error.
Hope this helps!
Log ind for at efterlade en kommentar.