Skip to content

Latest commit

 

History

History

fixme1.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 fixme1.py

Output:

  File "fixme1.py", line 20
    print('That is correct! Here\'s your flag: ' + flag)
    ^
IndentationError: unexpected indent

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

Command:

python3 fixme1.py

Output:

That is correct! Here's your flag: picoCTF{1nd3nt1ty_cr1515_6a476c8f}