Thursday, 22 August 2013

Convert an int List into an int number

Convert an int List into an int number

Programming in Python I would like to know how to convert:
list = [1,2,3,4]
to:
list = 1234
i need to make a int with the values of the list

No comments:

Post a Comment