Contact: aviboots(AT)netvision.net.il
41,636 questions
54,299 answers
573 users
number = 319 # Format with leading zeros to 6 digits formatted = f"{number:06d}" print(formatted) ''' run: 000319 '''