Y
Hacker News
new
|
ask
|
show
|
jobs
by
cgilmer
4664 days ago
I seriously thought the os library would be disabled
import os; for x, y, z in os.walk('/'): print x, y, z
2 comments
jychang
4664 days ago
Why should it be? It's a VM. If you break anything, they just kill it and restart it.
link
BlackFX
4664 days ago
Why ?
link
cgilmer
4664 days ago
I just wasn't expecting the freedom. Works for me.
link
stefcosma
4664 days ago
That's the beauty of it! :)
link