Writeup for Convertme @picoCTF
Shamal Lakshan

Convertme

convertme.py

| 100 points

Tags: Category: General Skills: base Python

AUTHOR: LT ‘SYREAL’ JONES

Description

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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
python3 convertme.py

output -------

If 71 is in decimal base, what is it in binary base?
Answer:

answer----------

01000111

output------------

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

Flag

1
picoCTF{4ll_y0ur_b4535_9c3b7d4d}