list1 = [1,2,3] int1 = int(''.join(str(i) for i in list1)) I can't seem to figure out how I'd right this normally.