──(root㉿kali)-[~/XssPy]
└─# python3 XssPy.py bing.com
File "/root/XssPy/XssPy.py", line 36
print color.BOLD + color.RED + """
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
Q: I am getting this error Please give me the solution.
──(root㉿kali)-[~/XssPy] └─# python3 XssPy.py bing.com
File "/root/XssPy/XssPy.py", line 36 print color.BOLD + color.RED + """ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
Q: I am getting this error Please give me the solution.