Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 519 Bytes

Writeup.md

File metadata and controls

36 lines (21 loc) · 519 Bytes

Convertme.py

convertme.py

| 100 points

Tags: Category: General SkillsbasePython

AUTHOR: LT 'SYREAL' JONES

Description

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

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

picoCTF{4ll_y0ur_b4535_9c3b7d4d}