If you want to concatenate the numbers try this :
int(''.join([str(x) for x in my_list]))
0
solved how do i turn my random list into a integer in python? [closed]
If you want to concatenate the numbers try this :
int(''.join([str(x) for x in my_list]))
0
solved how do i turn my random list into a integer in python? [closed]