Serpentine


Description


Find the flag in the Python script! Download Python script

Hints


Step(s)


By utilizing the nano text editor, you can examine the file and observe that selecting the ‘Print flag’ option on line 69 will only display a string instead of the actual flag. Upon closer inspection at line 20, a function named print_flag is identified, responsible for printing the flag. To achieve the desired outcome, modify the file to invoke the print_flag() function on line 69. After making this change, running the file again and selecting option ‘b’ will now correctly output the flag.

Flag