Solution:
In starting i was also facing same type of problem but once you learn and practice you will be clear with coding.
Solution you need is
send_signal()
or
def send_signal(): # function definition
print("The function is called without any parameter.") #print statement
send_signal() #function is called without parameter.