some other challenges
This commit is contained in:
8
nice_netcat/sol.py
Executable file
8
nice_netcat/sol.py
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
with open("nc_out", "r") as f:
|
||||
lines = f.readlines()
|
||||
for line in lines:
|
||||
char = chr(int(line))
|
||||
print(char, end='')
|
||||
|
||||
Reference in New Issue
Block a user