Pyscan
Pyscan copied to clipboard
Problem with pyscan.py in CentOS 8 python 3
python pyscan.py File "pyscan.py", line 143 print '~' * 80 ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print('~' * 80)?