I'm starting to learn Python, but I have a problem with my code, and I was hoping someone could help. I have two functions, and I would like to name one function another. When I just tried calling the function, it seemed to be ignored, so I guess this is a problem with what I called it. Below is a snippet of my code.
# Define the raw message function def raw(msg): s.send(msg+'\r\n')
Ed. I actually call the raw () function, it was just below the fragment. :)
source share