Yegon Kipkirui Geoffrey
Results
2
issues of
Yegon Kipkirui Geoffrey
```python import africastalking africastalking.initialize(username, api_key) sms = africastalking.SMS async def send_message(message, mobile_no): response = await (sms.send_async(message, [mobile_no])) return response ```