Answer the question
In order to leave comments, you need to log in
What to do if python does not import Faker?
When i run the code file
from faker import Faker
faker = Faker()
print(f'{faker.first_name()} {faker.last_name()}\n\n')
print(f'{faker.name_male()}')
print(f'{faker.name_female()}')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question