hackingtool icon indicating copy to clipboard operation
hackingtool copied to clipboard

SyntaxError: invalid syntax

Open Thundercatcher opened this issue 3 years ago • 1 comments

this happens when i run the hackingtool command this happens

Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

[✔] Successfuly Installed !!! \n\n [+]+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++[+] [+] [+] [+] ✔✔✔ Now Just Type In Terminal (hackingtool) ✔✔✔ [+] [+] [+] [+]+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++[+] (xenial)root@localhost:~$ sudo hackingtool

File "/usr/share/doc/hackingtool/hackingtool.py", line 92 print(f"Successfully Set Path to: {inpath}") ^ SyntaxError: invalid syntax

i am using ubuntu how do i fix?

Thundercatcher avatar Jul 21 '22 21:07 Thundercatcher

i am using ubuntu how do i fix?

sudo apt update
sudo apt install python3
python3 --version

https://devguide.python.org/versions/#versions Python 3.6 and above support f-strings which are fast and readable...

  • https://www.scivision.dev/python-f-string-speed

cclauss avatar Nov 30 '22 20:11 cclauss