Intro to Python CTF Challenge
Before you begin, you must acquire the Validation Tool. This Python script will check your flags and track your score.
python grader.py
The system is speaking backward. Write a script to reverse the string and print it in UPPERCASE.
msg = "nohtyP_si_nuF"
Analyze the logic gates. If the code prints "Access Denied", change one variable to print the flag.
if x > 20 or (y < 15 and has_key):
Calculate the sum of all even numbers between 1 and 20 (inclusive) using a while loop.
while count <= 20:
Define a function assemble_flag(a, b) that joins two strings and appends "3.0" to the end.
def assemble_flag(a, b):
Write a try/except block that attempts to open "ghost.txt" and catches the error to print the flag.
try: open("ghost.txt")
Replace 'monitor' with 'laptop', sort the list alphabetically, and submit the first item in the new list.
inv = ['keyboard', 'mouse'...]