Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what's the benefits putting string into a list in this way stack.append([f.read()]) #38

Open
nodno opened this issue Apr 16, 2018 · 0 comments

Comments

@nodno
Copy link

nodno commented Apr 16, 2018

as in Forth, why not just stack.append(f.read()).

as in good-old-time, data[1] = [f.readline()], data[1][0].... not data[1] = f.readline(), and using data[1] as the content directly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant