For each number in the list, print it zero-padded to 5 digits using an f-string with :05d format
A medium Python mock interview question on DataDriven. Practice with AI-powered feedback, real code execution, and a hire/no-hire decision.
- Domain
- Python
- Difficulty
- medium
Interview Prompt
For each number in the list, print it zero-padded to 5 digits using an f-string with :05d format. Then print big_number with comma separators. Finally print neg with an explicit sign using :+d.
How This Interview Works
- Read the vague prompt (just like a real interview)
- Ask clarifying questions to the AI interviewer
- Write your python solution with real code execution
- Get instant feedback and a hire/no-hire decision