Flydog57
0
Q:

pytho list items to int

test_list = list(map(int, test_list)) 
1
numbers = [ int(x) for x in numbers ]
0

Tags

New to Communities?

Join the community