Hi. I just started with learning Python today. 
I Written below basic function in jupyter text file and saved. 
def sayhello():
    print "hello python"
after that when I run it, I get this error:
 SyntaxError: Missing parentheses in call to "print". Did you mean print("hello python")?