This website requires JavaScript.
Explore
PVV
Wiki
Tokyo Drift Issues
Help
Sign In
oysteikt
/
picoctf
Watch
0
Star
0
Fork
You've already forked picoctf
0
Code
Issues
Pull Requests
Activity
b1672aed51
picoctf
/
misc
/
2warm
/
solve.py
5 lines
89 B
Python
Executable File
Raw
Blame
History
#!/usr/bin/env python3
binary_number
=
bin
(
42
)
[
2
:
]
print
(
f
"
picoCTF
{{
{
binary_number
}
}}
"
)
Reference in New Issue
View Git Blame
Copy Permalink