shop
This commit is contained in:
7
shop/sol.py
Executable file
7
shop/sol.py
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/home/maxime/.pyvenv/bin/python3
|
||||
|
||||
with open("flag", 'r') as f:
|
||||
flag_list = f.read()
|
||||
flag_tmp = flag_list.replace('[', '').replace(']', '').strip().split(' ')
|
||||
print(''.join(map(lambda a: chr(int(a)), flag_tmp)))
|
||||
|
||||
Reference in New Issue
Block a user