faker — Easy Playground
Generate fake data (names, addresses, emails) for testing
Getting started with fakerRun locally
Install
pip install fakerPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: faker)
faker is a third-party package. Generate fake data (names, addresses, emails) for testing. Install with: pip install faker
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?