davidbombal / red-python-scripts

MIT License
2.04k stars 1.59k forks source link

LIne Number 137 Error #24

Closed Robin0723 closed 3 years ago

Robin0723 commented 3 years ago

Error line 137

Error Can any one help me with this !!!...

Phedevelop commented 3 years ago

Hi @Robin0723 , i had the same error and i found the solution, i guess.

The problem is the "F" inside the print, so if you delete it the problem will be solved.

All the print sentences with the "F" must be changed, my advide just comment the line, copy it and change what i said before.

Let me know if that helps you

Phedevelop commented 3 years ago

@Robin0723 remember to run this python script with python3, dont use python 2 because doesnt work on it

davidbombal commented 3 years ago

Please use Python 3.6 and greater! Thanks @Phedevelop!