File size: 146 Bytes
71da86b | 1 2 3 4 | def send_notification(caller_id, message):
# Logic to send notification to the caller
print(f"Sending message to {caller_id}: {message}")
|
71da86b | 1 2 3 4 | def send_notification(caller_id, message):
# Logic to send notification to the caller
print(f"Sending message to {caller_id}: {message}")
|