import fake_useragentimport randomua = fake_useragent.UserAgent()print(getattr(ua,random.choice(list(fake_useragent.settings.SHORTCUTS.keys()))))