Contact: aviboots(AT)netvision.net.il
40,875 questions
53,283 answers
573 users
lst = ['4', '7', '0', '9'] n = int(''.join(lst)) print(n) ''' run: 4709 '''