Computer Science, asked by pragatinimgade7, 11 months ago

_____ function is used to prase a string and convert it into a number​

Answers

Answered by shyam143nikki
3

Answer:

int(str(input('Input anything')))

Answered by Laurenly
1

Answer:

int function

Explanation:

int function converts the given sring into number

ps: only if the string contains integers only

Similar questions