Skip to content

Latest commit

 

History

History

fixme2.py

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Notes

Challenge: fixme1.py

Running the given python file gives an error.

Command:

python3 fixme2.py

Output:

  File "fixme2.py", line 22
    if flag = "":
            ^
SyntaxError: invalid syntax

After fixing the SyntaxError, the code runs and gives the flag.

Command:

python3 fixme1.py

Output:

That is correct! Here's your flag: picoCTF{3qu4l1ty_n0t_4551gnm3nt_4863e11b}