Download the script:
curl -s https://artifacts.picoctf.net/c/5/fixme2.py -o fixme2.py
Run it:
If we read it:
Assignment and equality are different things in programming languages, and when we are using if condition, we want to use equality instead to check if true or false.
We will just another equal besides it:
Now if we run it again:
We solved it.
Last updated 11 months ago
python3 fixme2.py
cat fixme2.py
vim :wq