Created
March 10, 2019 02:05
-
-
Save luismond/812120e0ab841cfed3ebaf3f34e577a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from faker import Faker | |
| fake = Faker('es_MX') | |
| for n in range(10): | |
| print(fake.job()) | |
| ''' | |
| Geologist, wellsite | |
| Sports development officer | |
| Telecommunications researcher | |
| Therapist, music | |
| Research officer, government | |
| Editorial assistant | |
| Immunologist | |
| Geographical information systems officer | |
| Furniture conservator/restorer | |
| Equality and diversity officer | |
| ''' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment