some more playlist stuff
This commit is contained in:
6
mochis_tale/warmup/picker_1/sol.py
Executable file
6
mochis_tale/warmup/picker_1/sol.py
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/home/maxime/.pyvenv/bin/python3
|
||||
|
||||
with open("code", 'r') as f:
|
||||
line = f.readline()
|
||||
print(''.join(map(lambda a: chr(int(a, 16)), line.strip().split(' '))))
|
||||
|
||||
Reference in New Issue
Block a user