Y
Hacker News
new
|
ask
|
show
|
jobs
by
AspiringGeek
1295 days ago
how do you provide input to this code?
1 comments
isb
1295 days ago
Yeah, the input processing part is missing but it is fairly trivial. It got most of the other stuff right.
link
AspiringGeek
1294 days ago
so how would you provide the input to this code? I can't get it to working.
link
lemonJesus
1286 days ago
Read the file in. It would look something like input = open("filename", "r")
link