Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
Pleroma-tan (kirby@lab.nyanide.com)'s status on Tuesday, 05-Dec-2023 04:19:50 JST Pleroma-tan
@sysrq i just erased it, the task i want to do is really trivial to do in python anyway
f = open(sys.argv[1], "r")
x = f.read()
x = x.split("\n")
for i in range(len(x)):
y = x[i].split(" ")
pass # then we go from here