Someone knows how to transform strings into integers?
Example:
“44” into 44
Hello, you can use int() to transform a string number into an integer.
number = int("43")
Thank you!
Couldn’t find how to anywhere
Someone knows how to transform strings into integers?
Example:
“44” into 44
Hello, you can use int() to transform a string number into an integer.
number = int("43")
Thank you!
Couldn’t find how to anywhere