Challenge Author: LT ‘SYREAL’ JONES
Category: General Skills
Difficulty: Easy
Description
Fix the syntax error in the Python script to print the flag
Process / Notes
wgetthe Python script- appears to be the same = vs == as before?
- No it was correct this time
- Running the script said there was an indentation error - the print statement was indented when it shouldn’t have been
- Fixing it and running again returned the flag
3 minutes 20 seconds to complete
Hints
- Indentation is very meaningful in Python
Core Lessons
- Understand Python syntax (indentation)