Styrow.dev
Question 79 of 99

How can we convert string to int in python?

Question

How can we convert string to int in python?

Answer

""using int(23) to convert to int. str(23) to convert to string