How can I convert String List to Integer List with user input in Python. I have try "map", "list comprehension" and more. These are working with without user input.
Please Solve this problem and why it is not working with user-input.
How can I convert String List to Integer List with user input in Python. I have try "map", "list comprehension" and more. These are working with without user input.
Please Solve this problem and why it is not working with user-input.