'Pywhatkit _Python Module

I'm new to the pywhatkit module when I was trying sending messeges to some whatsapp number but the messeges are not sent why is that

this is the code

import pywhatkit

for i in range (10):
    pywhatkit.sendwhatmsg("*********", "IT Worked FINALLY "+str(i+1), 
                          18, 17+i+1, 8, 1)


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source