Description

Run the Python script and convert the given number from decimal to binary to get the flag. Download Python script


Step 1

Download and run the python file. where you will get this in the terminal

ā”Œā”€[user@parrot]─[~/Downloads/PicoCTF]
└──╼ $python3 convertme.py 
If 18 is in decimal base, what is it in binary base?
Answer:

Step 2

Step 3

The answer is 10010

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

Flag