I am generating a random country name using the api Faker but I wanted to specific from either europian or american continent but couldn't find a parameter to add. I tried to explore with the Available locals but couldn't link both to get a country from a specific locals. Any idea how?
from faker.config import AVAILABLE_LOCALES
from faker import Faker
print([local for local in AVAILABLE_LOCALES]) #just to check the avaialable locals
fake = Faker()
print(fake.country()) # want country from specific continent