Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
print "[+] Trying: " +userName+ "/" +passWord I'm getting following error from above python code. print "[+] Trying: "+userName+"/"+passWord ^...
I'm getting following error from above python code.
Please help.
print "[+] Trying: "+userName+"/"+passWord
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("[+] Trying: "+userName+"/"+passWord)?